Skip to content

Commit

Permalink
Update packaging requirement from <23.3,>=21.3.0 to >=21.3.0,<24.1
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@21.3...24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent c5869d2 commit 959a70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def package_files(prefix: str, directory: str, extension: str):
'coolname>=1.1.0,<3',
'tabulate==0.9.0', # for auto-generating tables
'py-cpuinfo>=8.0.0,<10',
'packaging>=21.3.0,<23.3',
'packaging>=21.3.0,<24.1',
'importlib-metadata>=5.0.0,<7',
'mosaicml-cli>=0.5.25,<0.7',
]
Expand Down

0 comments on commit 959a70f

Please sign in to comment.