Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,11 +1,16 @@
|
|
1 |
fastapi>=0.95.0
|
2 |
uvicorn>=0.22.0
|
3 |
-
httpx>=0.
|
4 |
openai>=0.27.0
|
5 |
pydantic>=1.10
|
6 |
feedparser>=6.0
|
7 |
xmltodict>=0.13.0
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
9 |
python-dotenv>=1.0.0
|
10 |
pandas>=2.0
|
11 |
fpdf>=1.7
|
@@ -13,15 +18,10 @@ plotly>=5.15
|
|
13 |
pyvis>=0.3.1
|
14 |
streamlit-agraph>=0.0.45
|
15 |
jinja2>=3.0.0
|
16 |
-
httpx
|
17 |
schedule
|
|
|
18 |
streamlit>=1.25.0,<2.0
|
19 |
google-generativeai>=0.5.0
|
20 |
requests>=2.28.1
|
21 |
PyYAML>=6.0
|
22 |
-
httpx>=0.27
|
23 |
gql[all]>=3.5
|
24 |
-
# Core NLP
|
25 |
-
scispacy>=0.5.1
|
26 |
-
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.1/en_core_sci_sm-0.5.1.tar.gz
|
27 |
-
# …the rest of your deps…
|
|
|
1 |
fastapi>=0.95.0
|
2 |
uvicorn>=0.22.0
|
3 |
+
httpx>=0.27.0
|
4 |
openai>=0.27.0
|
5 |
pydantic>=1.10
|
6 |
feedparser>=6.0
|
7 |
xmltodict>=0.13.0
|
8 |
+
|
9 |
+
# NLP & biomodels
|
10 |
+
spacy>=3.4.1,<3.5.0
|
11 |
+
scispacy>=0.5.1
|
12 |
+
https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.1/en_core_sci_sm-0.5.1.tar.gz
|
13 |
+
|
14 |
python-dotenv>=1.0.0
|
15 |
pandas>=2.0
|
16 |
fpdf>=1.7
|
|
|
18 |
pyvis>=0.3.1
|
19 |
streamlit-agraph>=0.0.45
|
20 |
jinja2>=3.0.0
|
|
|
21 |
schedule
|
22 |
+
|
23 |
streamlit>=1.25.0,<2.0
|
24 |
google-generativeai>=0.5.0
|
25 |
requests>=2.28.1
|
26 |
PyYAML>=6.0
|
|
|
27 |
gql[all]>=3.5
|
|
|
|
|
|
|
|