Spaces:
Running
Running
double =
Browse files- requirements.txt +13 -13
requirements.txt
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
-
certifi
|
| 2 |
-
cffi
|
| 3 |
-
ninja
|
| 4 |
-
nose
|
| 5 |
-
numpy
|
| 6 |
-
pip
|
| 7 |
-
pycparser
|
| 8 |
-
pytorch
|
| 9 |
-
scikit-learn
|
| 10 |
-
scipy
|
| 11 |
-
setuptools
|
| 12 |
-
text-unidecode
|
| 13 |
-
wheel
|
|
|
|
| 1 |
+
certifi==2019.11.28
|
| 2 |
+
cffi==1.13.2
|
| 3 |
+
ninja==1.9.0
|
| 4 |
+
nose==1.3.7
|
| 5 |
+
numpy==1.13.1
|
| 6 |
+
pip==19.3.1
|
| 7 |
+
pycparser==2.19
|
| 8 |
+
pytorch==1.3.1
|
| 9 |
+
scikit-learn==0.19.0
|
| 10 |
+
scipy==0.19.1
|
| 11 |
+
setuptools==42.0.2
|
| 12 |
+
text-unidecode==1.0
|
| 13 |
+
wheel==0.33.6
|