Spaces:
Running
Running
Update requirements.txt
Browse filesReduce version constraints
- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
fastai==1.0.61
|
2 |
-
numpy==1.17.2
|
3 |
-
opencv-python==4.6.0
|
4 |
-
pandas==1.1.2
|
5 |
torch==1.6.0
|
6 |
torchvision===0.7.0
|
7 |
-
|
|
|
|
|
|
|
|
1 |
fastai==1.0.61
|
|
|
|
|
|
|
2 |
torch==1.6.0
|
3 |
torchvision===0.7.0
|
4 |
+
numpy
|
5 |
+
opencv-python
|
6 |
+
pandas
|
7 |
+
gradio
|