David Fischer commited on
Commit
1217536
1 Parent(s): 5aef580

Fix a transitive dep issue

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -1
requirements.txt CHANGED
@@ -1,6 +1,10 @@
1
  # Pin requirement versions
2
- spacy==3.4.1
3
  textacy==0.12.0
4
  gradio==3.0.20
5
 
 
 
 
 
6
  git+https://huggingface.co/davidfischer/en_ethicalads_topics.git
1
  # Pin requirement versions
2
+ spacy==3.4.4
3
  textacy==0.12.0
4
  gradio==3.0.20
5
 
6
+ # Transitive dependency causing issues
7
+ # https://github.com/explosion/spaCy/issues/12659
8
+ pydantic==1.10.13
9
+
10
  git+https://huggingface.co/davidfischer/en_ethicalads_topics.git