Skip to content

Commit

Permalink
Bump packages for Python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Sep 7, 2024
1 parent 301fb3a commit 626eee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ s3transfer==0.10.2 ; python_version >= "3.8" and python_version < "3.13"
schema-salad==8.7.20240905150001 ; python_version >= "3.8" and python_version < "3.13"
scipy==1.10.1 ; python_version >= "3.8" and python_version < "3.9"
scipy==1.13.1 ; python_version >= "3.9" and python_version < "3.10"
scipy==1.14.0 ; python_version >= "3.10" and python_version < "3.13"
scipy==1.14.1 ; python_version >= "3.10" and python_version < "3.13"
secretstorage==3.3.3 ; python_version >= "3.8" and python_version < "3.13" and sys_platform == "linux"
selenium==4.22.0 ; python_version >= "3.8" and python_version < "3.13"
seletools==1.5.0 ; python_version >= "3.8" and python_version < "3.13"
Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@ yacman==0.9.3 ; python_version >= "3.8" and python_version < "3.13"
yarl==1.9.4 ; python_version >= "3.8" and python_version < "3.13"
zipp==3.19.2 ; python_version >= "3.8" and python_version < "3.13"
zipstream-new==1.1.8 ; python_version >= "3.8" and python_version < "3.13"
zstandard==0.22.0 ; python_version >= "3.8" and python_version < "3.13"
zstandard==0.23.0 ; python_version >= "3.8" and python_version < "3.13"

0 comments on commit 626eee5

Please sign in to comment.