Skip to content

Commit

Permalink
importlib-meta version (#294)
Browse files Browse the repository at this point in the history
* importlib-meta version

* Update pyproject.toml

---------

Co-authored-by: qubixes <[email protected]>
  • Loading branch information
chStaiger and qubixes authored Dec 3, 2024
1 parent 0594b44 commit d71a4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
dependencies = [
"python-irodsclient>=2.0.0",
"tqdm",
"importlib-metadata;python_version<'3.10'",
"importlib-metadata>=4.6;python_version<'3.10'",
]

dynamic = ["version"]
Expand Down

0 comments on commit d71a4ae

Please sign in to comment.