Skip to content

Commit

Permalink
Pin scipy to >=1.14.1 for Python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Nov 10, 2024
1 parent 4145833 commit 94593bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/galaxy/dependencies/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ rucio-clients==35.5.0 ; python_full_version >= '3.9'
s3transfer==0.10.3
schema-salad==8.7.20241010092723
scipy==1.10.1 ; python_full_version < '3.9'
scipy==1.13.1 ; python_full_version >= '3.9'
scipy==1.13.1 ; python_full_version == '3.9.*'
scipy==1.14.1 ; python_full_version >= '3.10'
secretstorage==3.3.3 ; sys_platform == 'linux'
selenium==4.26.1
seletools==1.5.0
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ dev = [
"pytest-shard",
"responses",
"rucio-clients>=33.6.0 ; python_version>='3.9'", # https://github.com/galaxyproject/galaxy/pull/17156
"scipy>=1.14.1; python_version>='3.10'", # ase dependency, Python 3.13 support
"selenium",
"seletools",
"Sphinx>=4.0", # support docutils 0.17
Expand Down

0 comments on commit 94593bd

Please sign in to comment.