Skip to content

Commit

Permalink
downgrade spacy version for 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
george1459 committed Apr 15, 2024
1 parent 09ee98d commit 8c7b237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Flask==2.3.2
Flask-Cors==4.0.0
Flask-RESTful==0.3.10
requests==2.31.0
spacy==3.7.4
spacy==3.6.0
tiktoken==0.4.0
psycopg2-binary==2.9.7 # you can also install from source if it works
pglast==5.3
Expand Down
4 changes: 2 additions & 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.2"
version = "1.1.3"
description = "Structured and Unstructured Query Language (SUQL) Python API"
author = "Shicheng Liu"
author_email = "[email protected]"
Expand All @@ -18,7 +18,7 @@
'Flask-Cors==4.0.0',
'Flask-RESTful==0.3.10',
'requests==2.31.0',
'spacy==3.7.4',
'spacy==3.6.0',
'tiktoken==0.4.0',
'psycopg2-binary==2.9.7',
'pglast==5.3',
Expand Down

0 comments on commit 8c7b237

Please sign in to comment.