Skip to content

Commit

Permalink
Require importlib-resources also for Python 3.9-3.11
Browse files Browse the repository at this point in the history
Broken in commit 7823472 .
  • Loading branch information
nsoranzo committed Dec 20, 2024
1 parent b88a792 commit 184c1a7
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/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ h5py==3.12.1 ; python_full_version >= '3.9'
humanfriendly==10.0
idna==3.10
importlib-metadata==8.5.0
importlib-resources==6.4.5 ; python_full_version < '3.9'
importlib-resources==6.4.5 ; python_full_version < '3.12'
isa-rwval @ git+https://github.com/nsoranzo/isa-rwval.git@3d989181058d2765a93cb0e7ca85d6955e0eb6ef
isal==1.7.1
isodate==0.6.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"h5grove>=1.2.1",
"h5py", # Python 3.8 support
"h5py>=3.12 ; python_version>='3.9'", # Python 3.13 support
"importlib-resources ; python_version<'3.9'", # for importlib.{abc.Traversable,resources.{files, Package}}
"importlib-resources ; python_version<'3.12'", # for importlib.{abc.Traversable,resources.{files, Package}}
"isa-rwval @ git+https://github.com/nsoranzo/isa-rwval.git@master", # https://github.com/ISA-tools/isa-rwval/pull/17
"isal>=1.7.0", # Python 3.13 support
"jinja2",
Expand Down

0 comments on commit 184c1a7

Please sign in to comment.