Skip to content

Commit

Permalink
allow numpy > 2 on the PyEnSight side (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariostieriansys committed Nov 15, 2024
1 parent 3690748 commit e30094d
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 @@ -31,7 +31,7 @@ dependencies = [
"requests>=2.28.2",
"docker>=6.1.0",
"urllib3<3.0.0",
"numpy>=1.21.0,<2",
"numpy>=1.21.0,<3",
"Pillow>=9.3.0",
"pypng>=0.0.20",
"psutil>=5.9.2",
Expand Down

0 comments on commit e30094d

Please sign in to comment.