kkhushisaid commited on
Commit
3db681d
·
verified ·
1 Parent(s): c27f1ee

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -2,7 +2,6 @@ pip==23.1.1
2
  fastapi==0.86.0
3
  pydantic==1.10.2
4
  transformers
5
- pydantic==1.*
6
  torch
7
  numpy==1.22.1
8
  scipy==1.8.0
@@ -12,7 +11,7 @@ jupyterlab==3.2.9
12
  ipywidgets==7.6.5
13
  matplotlib==3.5.1
14
  beautifulsoup4==4.10.0
15
- spacy
16
  nodejs==0.1.1
17
  stanza==1.3
18
  wget==3.2
@@ -23,4 +22,4 @@ accelerate
23
  pycorenlp==0.3.0
24
  robust-deid==0.3.1
25
  https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.1/en_core_sci_sm-0.5.1.tar.gz
26
- https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.1/en_core_sci_lg-0.5.1.tar.gz
 
2
  fastapi==0.86.0
3
  pydantic==1.10.2
4
  transformers
 
5
  torch
6
  numpy==1.22.1
7
  scipy==1.8.0
 
11
  ipywidgets==7.6.5
12
  matplotlib==3.5.1
13
  beautifulsoup4==4.10.0
14
+ spacy==3.4.0 # Ensures compatibility with pydantic v1
15
  nodejs==0.1.1
16
  stanza==1.3
17
  wget==3.2
 
22
  pycorenlp==0.3.0
23
  robust-deid==0.3.1
24
  https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.1/en_core_sci_sm-0.5.1.tar.gz
25
+ https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.1/en_core_sci_lg-0.5.1.tar.gz