Skip to content

Commit

Permalink
delete torch from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
george1459 committed Apr 8, 2024
1 parent a741184 commit 5a979d8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
- Flask-Cors==4.0.0
- Flask-RESTful==0.3.10
- transformers==4.38.2
- torch==2.0.1
- 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 @@ -4,7 +4,6 @@ Flask==2.3.2
Flask-Cors==4.0.0
Flask-RESTful==0.3.10
transformers==4.38.2
torch==2.0.1
requests==2.31.0
spacy==3.7.4
tiktoken==0.4.0
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Package metadata
name = "suql"
version = "1.1.0a0"
version = "1.1.1a0"
description = "Structured and Unstructured Query Language (SUQL) Python API"
author = "Shicheng Liu"
author_email = "[email protected]"
Expand All @@ -19,7 +19,6 @@
'Flask-Cors==4.0.0',
'Flask-RESTful==0.3.10',
'transformers==4.38.2',
'torch==2.0.1',
'requests==2.31.0',
'spacy==3.7.4',
'tiktoken==0.4.0',
Expand Down

0 comments on commit 5a979d8

Please sign in to comment.