Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
-
streamlit
|
2 |
-
medspacy
|
3 |
-
|
|
|
|
1 |
+
streamlit>=1.9.0
|
2 |
+
medspacy>=0.2.0
|
3 |
+
spacy>=3.4.0
|
4 |
+
pydantic>=1.9.0
|