Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
JMuscatello
commited on
Commit
•
0f220f8
1
Parent(s):
c085a6a
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -24,6 +24,7 @@ MarkupSafe==2.1.2
|
|
24 |
matplotlib==3.7.1
|
25 |
mdurl==0.1.2
|
26 |
nltk==3.8.1
|
|
|
27 |
numpy==1.24.2
|
28 |
packaging==23.0
|
29 |
pandas==1.5.3
|
@@ -59,7 +60,8 @@ tqdm==4.65.0
|
|
59 |
typing_extensions==4.5.0
|
60 |
tzdata==2022.7
|
61 |
tzlocal==4.2
|
|
|
62 |
urllib3==1.26.15
|
63 |
validators==0.20.0
|
64 |
watchdog==2.3.1
|
65 |
-
zipp==3.15.0
|
|
|
24 |
matplotlib==3.7.1
|
25 |
mdurl==0.1.2
|
26 |
nltk==3.8.1
|
27 |
+
numba==0.56.4
|
28 |
numpy==1.24.2
|
29 |
packaging==23.0
|
30 |
pandas==1.5.3
|
|
|
60 |
typing_extensions==4.5.0
|
61 |
tzdata==2022.7
|
62 |
tzlocal==4.2
|
63 |
+
umap-learn==0.5.3
|
64 |
urllib3==1.26.15
|
65 |
validators==0.20.0
|
66 |
watchdog==2.3.1
|
67 |
+
zipp==3.15.0
|