Skip to content

Commit

Permalink
build: enforced python version <3.12 in conda and pip builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloitu committed Jul 29, 2024
1 parent 167ca2c commit 325993d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- python <= 3.11
- numpy
- pycsep
- dateparser
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install_requires =
seaborn
tables
xmltodict
python_requires = >=3.9
python_requires = >=3.9,<3.12
zip_safe = no

[options.packages.find]
Expand Down

0 comments on commit 325993d

Please sign in to comment.