Skip to content

Commit

Permalink
Unpin importlib-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
LBeaudoux committed Dec 12, 2023
1 parent 0dab1e3 commit 8687bb2
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 @@ -26,6 +26,6 @@
python_requires=">=3.7",
package_data={"iso639": ["data/*.json", "data/*.pkl"]},
install_requires=[
"importlib-resources==5.12.0;python_version<'3.9'",
"importlib-resources;python_version<'3.9'",
],
)

0 comments on commit 8687bb2

Please sign in to comment.