Merge pull request #142 from igorls/chore/packaging-cleanup
chore: tighten chromadb version range and add py.typed marker
This commit is contained in:
+2
-1
@@ -25,7 +25,7 @@ classifiers = [
|
|||||||
"Topic :: Utilities",
|
"Topic :: Utilities",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chromadb>=0.4.0,<1",
|
"chromadb>=0.5.0,<0.7",
|
||||||
"pyyaml>=6.0",
|
"pyyaml>=6.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -39,6 +39,7 @@ mempalace = "mempalace:main"
|
|||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = ["pytest>=7.0", "ruff>=0.4.0"]
|
dev = ["pytest>=7.0", "ruff>=0.4.0"]
|
||||||
|
spellcheck = ["autocorrect>=2.0"]
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = ["pytest>=7.0", "ruff>=0.4.0"]
|
dev = ["pytest>=7.0", "ruff>=0.4.0"]
|
||||||
|
|||||||
Reference in New Issue
Block a user