Skip to content

Commit

Permalink
Update importlib-metadata requirement from <7,>=5.0.0 to >=5.0.0,<9 (#…
Browse files Browse the repository at this point in the history
…3519)

Updates the requirements on [importlib-metadata](https://github.com/python/importlib_metadata) to permit the latest version.
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v5.0.0...v8.2.0)

---
updated-dependencies:
- dependency-name: importlib-metadata
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent f261979 commit ea66f51
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 @@ -89,7 +89,7 @@ def package_files(prefix: str, directory: str, extension: str):
'tabulate==0.9.0', # for auto-generating tables
'py-cpuinfo>=8.0.0,<10',
'packaging>=21.3.0,<24.2',
'importlib-metadata>=5.0.0,<7',
'importlib-metadata>=5.0.0,<9',
'mosaicml-cli>=0.5.25,<0.7',
'pillow>=10.3.0,<11',
]
Expand Down

0 comments on commit ea66f51

Please sign in to comment.