mgbam commited on
Commit
731273e
·
verified ·
1 Parent(s): f46035a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -22,8 +22,7 @@ PyYAML>=6.0
22
  httpx>=0.27
23
  gql[all]>=3.5
24
  # Core NLP
25
- spacy>=3.5
26
  scispacy>=0.5.1
27
-
28
- # SciSpaCy models
29
- https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.1/en_core_sci_sm-0.5.1.tar.gz
 
22
  httpx>=0.27
23
  gql[all]>=3.5
24
  # Core NLP
25
+ spacy>=3.4.1,<3.5.0
26
  scispacy>=0.5.1
27
+ https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.1/en_core_sci_sm-0.5.1.tar.gz
28
+ # …the rest of your deps…