Skip to content

Commit

Permalink
Version update: gurobi 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBoTang committed Dec 25, 2024
1 parent 3920001 commit 708aa05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pkg/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

package:
name: pyepo
version: 0.4.0
version: 0.4.1

source:
path: ./
Expand All @@ -21,7 +21,7 @@ channels:

requirements:
host:
- python <3.12
- python >=3.7
- pip
- numpy >=1.22
- scipy
Expand All @@ -32,7 +32,7 @@ requirements:
- scikit-learn
- pytorch >=1.13.1
run:
- python <3.12
- python >=3.7
- numpy >=1.22
- scipy
- pathos
Expand Down
4 changes: 2 additions & 2 deletions pkg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
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
author = "Bo Tang",
# mail address
author_email = "bolucas.tang@mail.utoronto.ca",
# restrict Python version
python_requires="<3.12",
python_requires=">=3.7",
# dependencies
install_requires = [
"numpy",
Expand Down

0 comments on commit 708aa05

Please sign in to comment.