Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
git+https://github.com/openai/point-e
|
| 2 |
-
numpy
|
| 3 |
matplotlib
|
| 4 |
plotly
|
| 5 |
torch==2.0.1
|
|
|
|
| 1 |
git+https://github.com/openai/point-e
|
| 2 |
+
numpy<2
|
| 3 |
matplotlib
|
| 4 |
plotly
|
| 5 |
torch==2.0.1
|