Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[23.1] Remove pin on packaging in packages #16322

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/app/setup.cfg
Expand Up @@ -57,7 +57,7 @@ install_requires =
Mako
Markdown
MarkupSafe
packaging<22
packaging
paramiko!=2.9.0,!=2.9.1
pebble
pulsar-galaxy-lib>=0.15.0.dev0
Expand All @@ -84,4 +84,4 @@ console_scripts =
[options.packages.find]
exclude =
galaxy.tools.bundled*
tests*
tests*
4 changes: 2 additions & 2 deletions packages/tool_util/setup.cfg
Expand Up @@ -36,7 +36,7 @@ install_requires =
conda-package-streaming
lxml
MarkupSafe
packaging<22
packaging
pydantic
PyYAML
requests
Expand Down Expand Up @@ -68,4 +68,4 @@ edam =

[options.packages.find]
exclude =
tests*
tests*
4 changes: 2 additions & 2 deletions packages/util/setup.cfg
Expand Up @@ -36,7 +36,7 @@ install_requires =
boltons
docutils
importlib_resources
packaging<22 # packaging 22.0 dropped LegacyVersion
packaging
pyparsing
PyYAML
requests
Expand All @@ -55,4 +55,4 @@ template =

[options.packages.find]
exclude =
tests*
tests*