Browse Source

Fix package version in setup.py (#345)

Taranjeet Singh 2 years ago
parent
commit
09da4a3002
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -24,7 +24,7 @@ setuptools.setup(
         "langchain>=0.0.205",
         "requests",
         "openai",
-        "chromadb=^0.4.2",
+        "chromadb>=0.4.2",
         "youtube-transcript-api",
         "beautifulsoup4",
         "pypdf",