Skip to content

Commit

Permalink
Bug fixed: limit python version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBoTang committed Dec 8, 2024
1 parent 399c123 commit eacde63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ channels:

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

0 comments on commit eacde63

Please sign in to comment.