Spaces:
Sleeping
Sleeping
Commit ·
b48fb64
1
Parent(s): 514ae24
Update requirements.txt
Browse files- requirements.txt +4 -44
requirements.txt
CHANGED
|
@@ -1,49 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
cloudpickle==2.2.1
|
| 3 |
-
graphviz==0.20.1
|
| 4 |
-
imageio==2.25.1
|
| 5 |
-
imageio-ffmpeg==0.4.8
|
| 6 |
-
imagesize==1.4.1
|
| 7 |
-
keras==2.12.0
|
| 8 |
-
nltk==3.8.1
|
| 9 |
-
numba==0.56.4
|
| 10 |
-
numexpr==2.8.4
|
| 11 |
numpy==1.22.4
|
| 12 |
-
opencv-contrib-python==4.7.0.72
|
| 13 |
-
opencv-python==4.7.0.72
|
| 14 |
-
opencv-python-headless==4.7.0.72
|
| 15 |
pandas==1.5.3
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
pandocfilters==1.5.0
|
| 19 |
-
pickleshare==0.7.5
|
| 20 |
-
Pillow==8.4.0
|
| 21 |
-
pip==23.1.2
|
| 22 |
-
pip-tools==6.6.2
|
| 23 |
-
platformdirs==3.3.0
|
| 24 |
-
plotly==5.13.1
|
| 25 |
-
plotnine==0.10.1
|
| 26 |
-
pluggy==1.0.0
|
| 27 |
-
polars==0.17.3
|
| 28 |
-
pooch==1.6.0
|
| 29 |
-
portpicker==1.3.9
|
| 30 |
-
pytensor==2.10.1
|
| 31 |
-
pytest==7.2.2
|
| 32 |
-
python-apt==0.0.0
|
| 33 |
-
python-dateutil==2.8.2
|
| 34 |
-
python-louvain==0.16
|
| 35 |
-
python-slugify==8.0.1
|
| 36 |
-
python-utils==3.5.2
|
| 37 |
-
rsa==4.9
|
| 38 |
-
scikit-image==0.19.3
|
| 39 |
-
scikit-learn==1.2.2
|
| 40 |
-
scipy==1.10.1
|
| 41 |
-
seaborn==0.12.2
|
| 42 |
-
sklearn-pandas==2.2.0
|
| 43 |
-
tensorboard==2.12.2
|
| 44 |
-
tensorboard-data-server==0.7.0
|
| 45 |
-
tensorboard-plugin-wit==1.8.1
|
| 46 |
tensorflow==2.12.0
|
|
|
|
|
|
|
| 47 |
tensorflow-datasets==4.8.3
|
| 48 |
tensorflow-estimator==2.12.0
|
| 49 |
tensorflow-gcs-config==2.12.0
|
|
@@ -51,4 +12,3 @@ tensorflow-hub==0.13.0
|
|
| 51 |
tensorflow-io-gcs-filesystem==0.32.0
|
| 52 |
tensorflow-metadata==1.13.1
|
| 53 |
tensorflow-probability==0.19.0
|
| 54 |
-
tensorstore==0.1.36
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
numpy==1.22.4
|
|
|
|
|
|
|
|
|
|
| 2 |
pandas==1.5.3
|
| 3 |
+
glob2==0.7
|
| 4 |
+
matplotlib==3.7.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
tensorflow==2.12.0
|
| 6 |
+
sklearn-pandas==2.2.0
|
| 7 |
+
pickleshare==0.7.5
|
| 8 |
tensorflow-datasets==4.8.3
|
| 9 |
tensorflow-estimator==2.12.0
|
| 10 |
tensorflow-gcs-config==2.12.0
|
|
|
|
| 12 |
tensorflow-io-gcs-filesystem==0.32.0
|
| 13 |
tensorflow-metadata==1.13.1
|
| 14 |
tensorflow-probability==0.19.0
|
|
|