numpy version 2.x problem
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
git+https://github.com/huggingface/diffusers
|
2 |
transformers==4.36.2
|
3 |
--extra-index-url https://download.pytorch.org/whl/cu121;
|
|
|
4 |
mpmath==1.3.0
|
5 |
torch==2.1.2
|
6 |
fastapi==0.108.0
|
|
|
1 |
git+https://github.com/huggingface/diffusers
|
2 |
transformers==4.36.2
|
3 |
--extra-index-url https://download.pytorch.org/whl/cu121;
|
4 |
+
numpy==1.26.4
|
5 |
mpmath==1.3.0
|
6 |
torch==2.1.2
|
7 |
fastapi==0.108.0
|