Merge pull request #690 from AlyciaBHZ/fix/chromadb-version-constraint
fix: remove chromadb <0.7 upper bound — blocks 1.x installs
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ classifiers = [
|
|||||||
"Topic :: Utilities",
|
"Topic :: Utilities",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chromadb>=0.5.0,<0.7",
|
"chromadb>=0.5.0",
|
||||||
"pyyaml>=6.0,<7",
|
"pyyaml>=6.0,<7",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user