Skip to content

Commit

Permalink
remove urllib3 limitation (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariostieriansys committed Jul 23, 2024
1 parent e8dc14a commit ddcdb34
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 @@ -30,7 +30,7 @@ dependencies = [
"ansys-api-pyensight==0.4.1",
"requests>=2.28.2",
"docker>=6.1.0",
"urllib3<2",
"urllib3<3.0.0",
"numpy>=1.21.0,<2",
"Pillow>=9.3.0",
"pypng>=0.0.20",
Expand Down

0 comments on commit ddcdb34

Please sign in to comment.