Skip to content

Commit

Permalink
fixed deps, linted
Browse files Browse the repository at this point in the history
  • Loading branch information
kywch committed Jun 7, 2024
1 parent 1ea69f0 commit a4af658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nmmo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.0'
__version__ = '2.1.0'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
'cython>=3.0.0',
'numpy==1.23.3',
'scipy==1.10.0',
'pytest==7.3.0',
'pytest-benchmark==3.4.1',
'vec-noise==1.1.4',
'imageio==2.23.0',
'imageio>=2.27',
'ordered-set==4.1.0',
'pettingzoo==1.24.1',
'gymnasium==0.29.1',
Expand Down

0 comments on commit a4af658

Please sign in to comment.