Skip to content

Commit

Permalink
Merge pull request #40 from Farama-Foundation/version-update
Browse files Browse the repository at this point in the history
  • Loading branch information
atstarke authored Aug 19, 2024
2 parents 572ab7d + 1e02028 commit 1053931
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion magent2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# some alias
GridWorld = gridworld.GridWorld

__version__ = "0.3.2"
__version__ = "0.3.3"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
'Topic :: Scientific/Engineering :: Artificial Intelligence',
]
dependencies = [
"numpy >=1.21.0",
"numpy>=1.21.0,<2.0",
"pygame>=2.1.0",
"pettingzoo>=1.23.1",
]
Expand Down Expand Up @@ -59,7 +59,7 @@ exclude = ["**/__pycache__"]
strict = []

typeCheckingMode = "basic"
pythonVersion = "3.7"
pythonVersion = "3.8"
pythonPlatform = "All"
enableTypeIgnoreComments = true

Expand Down
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

0 comments on commit 1053931

Please sign in to comment.