Spaces:
Running
Running
Hellisotherpeople
commited on
Commit
•
5367fc4
1
Parent(s):
59e0b8e
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
streamlit
|
2 |
-
pandas
|
3 |
bertopic
|
4 |
datasets
|
5 |
-
numpy
|
6 |
-
numba
|
|
|
1 |
streamlit
|
2 |
+
pandas==1.3.0
|
3 |
bertopic
|
4 |
datasets
|
5 |
+
numpy==1.22.0
|
6 |
+
numba==0.53.*
|