Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +12 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,12 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ipython==8.4.0
|
| 2 |
+
jupyter==1.0.0
|
| 3 |
+
matplotlib==3.5.2
|
| 4 |
+
numpy==1.22.4
|
| 5 |
+
pandas==1.4.2
|
| 6 |
+
pydot==1.4.2
|
| 7 |
+
scikit-learn==1.1.1
|
| 8 |
+
scipy==1.8.1
|
| 9 |
+
tensorflow==2.8.0
|
| 10 |
+
protobuf==3.20.0
|
| 11 |
+
sklearn
|
| 12 |
+
opencv-python
|