RanM commited on
Commit
f4a7326
·
verified ·
1 Parent(s): 8d43d63

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
  Flask==2.3.2
 
2
  spacy==3.4.4
3
  spacy-experimental==0.6.4
 
4
  httpx==0.24.1
5
  httpcore==0.15.0
6
  https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.1/en_core_web_sm-3.4.1-py3-none-any.whl
 
1
  Flask==2.3.2
2
+ numpy==1.21.6 # Pinning a compatible version of numpy
3
  spacy==3.4.4
4
  spacy-experimental==0.6.4
5
+ thinc==8.1.0 # This version is typically compatible with numpy 1.21.x
6
  httpx==0.24.1
7
  httpcore==0.15.0
8
  https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.1/en_core_web_sm-3.4.1-py3-none-any.whl