Skip to content

Commit

Permalink
remove high end constraint on importlib metadata (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariostieriansys authored Sep 26, 2023
1 parent c9bb29b commit 01bd3e7
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 @@ -26,7 +26,7 @@ classifiers = [
]

dependencies = [
"importlib-metadata>=4.0,<5; python_version<='3.8'",
"importlib-metadata>=4.0; python_version<='3.8'",
"ansys-api-pyensight==0.3.2",
"requests>=2.28.2",
"pyansys-docker>=5.0.4",
Expand Down

0 comments on commit 01bd3e7

Please sign in to comment.