We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5e37e commit efd7a1cCopy full SHA for efd7a1c
.github/workflows/publish.yml
@@ -64,7 +64,7 @@ jobs:
64
os:
65
- ubuntu-24.04
66
- macos-13
67
- - windows-2019
+ - windows-2022
68
69
steps:
70
- uses: actions/checkout@v3
setup.cfg
@@ -24,7 +24,6 @@ install_requires =
24
parsimonious
25
requests
26
setuptools
27
- singlestore-vectorstore>=0.1.2
28
sqlparams
29
wheel
30
tomli>=1.1.0;python_version < '3.11'
@@ -68,6 +67,8 @@ rsa =
cryptography
sqlalchemy =
sqlalchemy-singlestoredb>=1.0.0
+vectorstore =
71
+ singlestore-vectorstore>=0.1.2
72
73
[options.package_data]
74
* =
0 commit comments