Skip to content

Commit

Permalink
move spacy transformers dependencies under pip to resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Dec 9, 2023
1 parent 6ecba06 commit fedaa20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nlp/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ dependencies:
- openjdk==8.0.152
- python-flair
- numpy
- spacy>=3.5,<4
- spacy-transformers
- transformers==4.30.2
- pydantic<2
- python-levenshtein
- requests
Expand All @@ -22,6 +19,9 @@ dependencies:
- textsearch==0.0.21
- osmnx
- langchain
- spacy>=3.5,<4
- spacy-transformers
- transformers<4.31
- sentence_transformers
- chromadb
- shapely
Expand Down

0 comments on commit fedaa20

Please sign in to comment.