From 708aa05dda81eb7762a484c7dabe944e61e4419b Mon Sep 17 00:00:00 2001 From: LucasBoTang Date: Wed, 25 Dec 2024 01:14:10 -0500 Subject: [PATCH] Version update: gurobi 12.0.0 --- pkg/meta.yaml | 6 +++--- pkg/setup.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/meta.yaml b/pkg/meta.yaml index 328223d8..1096f978 100644 --- a/pkg/meta.yaml +++ b/pkg/meta.yaml @@ -3,7 +3,7 @@ package: name: pyepo - version: 0.4.0 + version: 0.4.1 source: path: ./ @@ -21,7 +21,7 @@ channels: requirements: host: - - python <3.12 + - python >=3.7 - pip - numpy >=1.22 - scipy @@ -32,7 +32,7 @@ requirements: - scikit-learn - pytorch >=1.13.1 run: - - python <3.12 + - python >=3.7 - numpy >=1.22 - scipy - pathos diff --git a/pkg/setup.py b/pkg/setup.py index 0387b868..96959eed 100644 --- a/pkg/setup.py +++ b/pkg/setup.py @@ -17,7 +17,7 @@ long_description=long_description, long_description_content_type="text/markdown", # version - version = "0.4.0", + version = "0.4.1", # Github repo url = "https://github.com/khalil-research/PyEPO", # author name @@ -25,7 +25,7 @@ # mail address author_email = "bolucas.tang@mail.utoronto.ca", # restrict Python version - python_requires="<3.12", + python_requires=">=3.7", # dependencies install_requires = [ "numpy",