Skip to content

Commit

Permalink
Update packaging requirement from <24.0,>=19.0 to >=19.0,<25.0
Browse files Browse the repository at this point in the history
Updates the requirements on [packaging](https://github.com/pypa/packaging) to permit the latest version.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@19.0...24.2)

---
updated-dependencies:
- dependency-name: packaging
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 31d19a1 commit 96e27b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ alibi-testing @ git+https://github.com/SeldonIO/alibi-testing@master#egg=alibi-t
pre-commit>=1.20.0, <4.0.0
tox>=3.21.0, <5.0.0 # used to generate licence info via `make licenses`
twine>3.2.0, <5.0.0
packaging>=19.0, <24.0 # Used to check scipy version for CVMDrift test. Can be removed once python 3.6 support dropped (and scipy lower bound >=1.7.0).
packaging>=19.0, <25.0 # Used to check scipy version for CVMDrift test. Can be removed once python 3.6 support dropped (and scipy lower bound >=1.7.0).
xgboost>=1.3.2, <3.0.0 # Install for use in testing since we support serialization of xgboost models under the sklearn API

0 comments on commit 96e27b7

Please sign in to comment.