Skip to content

Commit

Permalink
fix refactored packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Verbelen committed Sep 24, 2024
1 parent 57d730d commit cc48366
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ Repository = "https://github.com/infer-actively/pymdp"
packages = [
'pymdp',
'pymdp.envs',
'pymdp.algos',
'pymdp.jax',
'pymdp.jax.envs',
'pymdp.jax.planning',
'pymdp.planning',
'pymdp.legacy',
'pymdp.legacy.algos',
'pymdp.legacy.envs',
]

[tool.black]
Expand Down

0 comments on commit cc48366

Please sign in to comment.