Spaces:
Runtime error
Runtime error
fuhsiao418
commited on
Commit
·
3be7247
1
Parent(s):
4d21bee
add requirement.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.23.3
|
2 |
+
pandas==1.5.3
|
3 |
+
torch==1.13.1
|
4 |
+
scikit-learn==1.2.1
|
5 |
+
sentence-transformers==2.2.2
|
6 |
+
spacy==3.4.4
|
7 |
+
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.1/en_core_sci_sm-0.5.1.tar.gz
|