mgbam commited on
Commit
88510fe
·
verified ·
1 Parent(s): 3354fcc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -5
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- jinja2
2
  fastapi
3
  streamlit
4
  httpx
@@ -8,16 +7,13 @@ uvicorn
8
  feedparser
9
  xmltodict
10
  spacy
11
- scispacy
12
  python-dotenv
 
13
  fpdf
14
  plotly
15
  pyvis
16
  streamlit-agraph
17
  jinja2>=3.0.0
18
- https://github.com/allenai/scispacy/releases/download/v0.5.1/en_core_sci_sm-0.5.1.tar.gz
19
- https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
20
-
21
 
22
 
23
 
 
 
1
  fastapi
2
  streamlit
3
  httpx
 
7
  feedparser
8
  xmltodict
9
  spacy
 
10
  python-dotenv
11
+ pandas
12
  fpdf
13
  plotly
14
  pyvis
15
  streamlit-agraph
16
  jinja2>=3.0.0
 
 
 
17
 
18
 
19