Skip to content

Commit

Permalink
Revert "Update"
Browse files Browse the repository at this point in the history
This reverts commit 0be1b35.
  • Loading branch information
LucasBoTang committed Dec 6, 2024
1 parent 0be1b35 commit 399c123
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 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.3.9b
version: 0.3.9

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

requirements:
host:
- python >=3.7,<=3.11
- python >=3.9
- pip
- numpy >=1.22
- scipy
Expand Down
4 changes: 1 addition & 3 deletions pkg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@
long_description=long_description,
long_description_content_type="text/markdown",
# version
version = "0.3.9b",
version = "0.3.9",
# Github repo
url = "https://github.com/khalil-research/PyEPO",
# author name
author = "Bo Tang",
# mail address
author_email = "bolucas.tang@mail.utoronto.ca",
# python version
python_requires='>=3.7, <=3.11'
# dependencies
install_requires = [
"numpy",
Expand Down

0 comments on commit 399c123

Please sign in to comment.