Skip to content

Commit

Permalink
chore: fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Feb 14, 2022
1 parent 2170455 commit 55ebb17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@
'av',
'fastapi',
'uvicorn',
'weaviate-client~=3.3.0',
'pqlite>=0.2.3',
'strawberry-graphql[debug-server]',
'strawberry-graphql',
],
'test': [
'pytest',
Expand All @@ -76,6 +74,8 @@
'onnxruntime',
'jupyterlab',
'transformers==4.16.2',
'weaviate-client~=3.3.0',
'pqlite>=0.2.3',
],
},
classifiers=[
Expand Down

0 comments on commit 55ebb17

Please sign in to comment.