Skip to content

Commit

Permalink
Merge pull request #302 from ales-erjavec/fixes/importlib-metadata-ve…
Browse files Browse the repository at this point in the history
…rsion

[FIX] setup.py: Specify minimum importlib-metadata version
  • Loading branch information
janezd authored Jul 11, 2024
2 parents c06b5b0 + f346a19 commit c08ec33
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 @@ -30,7 +30,7 @@
"pip>=18.0",
"dictdiffer",
"qasync>=0.10.0",
"importlib_metadata; python_version<'3.10'",
"importlib_metadata>=4.6; python_version<'3.10'",
"importlib_resources; python_version<'3.9'",
"packaging",
"numpy",
Expand Down

0 comments on commit c08ec33

Please sign in to comment.