Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
gradio==3.30
|
2 |
-
spacy==3.5.0
|
3 |
-
robust-deid==0.2.3
|
4 |
transformers==4.30.0
|
|
|
5 |
torch==2.1.0
|
6 |
pytorch-lightning==2.0.2
|
7 |
scikit-learn==1.3.2
|
8 |
numpy==1.24.3
|
9 |
pandas==2.1.0
|
|
|
10 |
tqdm==4.65.0
|
11 |
-
pytest==8.3.3
|
12 |
-
pydantic==1.10.7
|
|
|
1 |
gradio==3.30
|
|
|
|
|
2 |
transformers==4.30.0
|
3 |
+
robust-deid==0.3.1
|
4 |
torch==2.1.0
|
5 |
pytorch-lightning==2.0.2
|
6 |
scikit-learn==1.3.2
|
7 |
numpy==1.24.3
|
8 |
pandas==2.1.0
|
9 |
+
spacy==3.6.0
|
10 |
tqdm==4.65.0
|
11 |
+
pytest==8.3.3
|
|