Skip to content

Commit

Permalink
Updated scipy and python required versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ramenguy99 committed Sep 1, 2023
1 parent 2008b9f commit 08cdf08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"visualization",
],
platforms=["any"],
python_requires=">=3.7",
python_requires=">=3.7,<3.11",
install_requires=[
"torch>=1.6.0",
"numpy>=1.18,<2",
Expand All @@ -38,7 +38,7 @@
"imgui==2.0.0",
"tqdm>=4.60.0",
"trimesh>=3.9.15,<4",
"scipy>=1.5.2,<1.8",
"scipy>=1.5.2",
"omegaconf>=2.1.1",
"roma>=1.2.3",
"joblib",
Expand Down

0 comments on commit 08cdf08

Please sign in to comment.