Skip to content

Commit 2bd9418

Browse files
fix imports
1 parent 79f45bc commit 2bd9418

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parsimonious
33
PyJWT
44
requests
55
setuptools
6-
singlestore-vecorstore
6+
singlestore-vectorstore>=0.1.1
77
sqlparams
88
tomli>=1.1.0; python_version < '3.11'
99
typing_extensions<=4.13.2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install_requires =
2424
parsimonious
2525
requests
2626
setuptools
27-
singlestore-vecorstore
27+
singlestore-vectorstore>=0.1.1
2828
sqlparams
2929
wheel
3030
tomli>=1.1.0;python_version < '3.11'

0 commit comments

Comments
 (0)