From a4af6586965b512902aa11066545b5c3e426940a Mon Sep 17 00:00:00 2001 From: kywch Date: Thu, 6 Jun 2024 18:07:55 -0700 Subject: [PATCH] fixed deps, linted --- nmmo/version.py | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nmmo/version.py b/nmmo/version.py index b15121b0..a33997dd 100644 --- a/nmmo/version.py +++ b/nmmo/version.py @@ -1 +1 @@ -__version__ = '2.1.0' \ No newline at end of file +__version__ = '2.1.0' diff --git a/setup.py b/setup.py index db541535..1385a475 100644 --- a/setup.py +++ b/setup.py @@ -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',