Skip to content

Commit

Permalink
Reverted dependencies (#296)
Browse files Browse the repository at this point in the history
* Reverted dependencies

* Reverted dependencies

* Removed google cloud

* changes aiohttps version to 3.9.4

---------

Co-authored-by: ngupta10 <[email protected]>
  • Loading branch information
Ansh5461 and ngupta10 authored Apr 26, 2024
1 parent 3e12178 commit a93b966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ slack-sdk==3.26.1
slack-sdk==3.26.1
spacy==3.7.2
speechrecognition==3.10.1
tf_keras==2.16.0
tika==2.6.0
transformers==4.38.0
transformers==4.36.0
unidecode==1.3.7
sentence-transformers==2.2.2

Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@
"slack-sdk==3.26.1",
"spacy==3.7.2",
"speechrecognition==3.10.1",
"tf_keras==2.16.0",
"tika==2.6.0",
"transformers==4.38.0",
"transformers==4.36.0",
"unidecode==1.3.7",
"sentence-transformers==2.2.2",
]
Expand All @@ -79,7 +78,7 @@

setup(
name="querent",
version="3.0.5",
version="3.0.4",
author="Querent AI",
description="The Asynchronous Data Dynamo and Graph Neural Network Catalyst",
long_description=long_description,
Expand Down

0 comments on commit a93b966

Please sign in to comment.