Skip to content

Commit 947845d

Browse files
committed
bumped pymdp version to 0.0.4
1 parent b556fdd commit 947845d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name="inferactively-pymdp",
5-
version="0.0.3",
5+
version="0.0.4",
66
author="infer-actively",
77
author_email="conor.heins@gmail.com",
88
description= ("A Python package for solving Markov Decision Processes with Active Inference"),
@@ -32,7 +32,9 @@
3232
'six>=1.15.0',
3333
'toml>=0.10.2',
3434
'typing-extensions>=3.7.4.3',
35-
'xlsxwriter>=1.4.3'
35+
'xlsxwriter>=1.4.3',
36+
'sphinx-rtd-theme>=0.4',
37+
'myst-nb>=0.13.1'
3638
],
3739
packages=[
3840
"pymdp",

0 commit comments

Comments
 (0)