Skip to content

Commit

Permalink
delete transformers from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
george1459 committed Apr 8, 2024
1 parent 5a979d8 commit 7bc6ee4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies:
- Flask==2.3.2
- Flask-Cors==4.0.0
- Flask-RESTful==0.3.10
- transformers==4.38.2
- requests==2.31.0
- spacy==3.7.4
- tiktoken==0.4.0
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Jinja2==3.1.2
Flask==2.3.2
Flask-Cors==4.0.0
Flask-RESTful==0.3.10
transformers==4.38.2
requests==2.31.0
spacy==3.7.4
tiktoken==0.4.0
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
'Flask==2.3.2',
'Flask-Cors==4.0.0',
'Flask-RESTful==0.3.10',
'transformers==4.38.2',
'requests==2.31.0',
'spacy==3.7.4',
'tiktoken==0.4.0',
Expand Down

0 comments on commit 7bc6ee4

Please sign in to comment.