remove tensorflow pin

pull/378/head
evelynmitchell 1 year ago
parent b069c5acd9
commit 7cf662842c

@ -31,7 +31,7 @@ asyncio = "3.4.3"
einops = "0.7.0" einops = "0.7.0"
google-generativeai = "0.3.1" google-generativeai = "0.3.1"
langchain-experimental = "0.0.10" langchain-experimental = "0.0.10"
tensorflow = "2.12" tensorflow = "*"
weaviate-client = "3.25.3" weaviate-client = "3.25.3"
opencv-python-headless = "4.8.1.78" opencv-python-headless = "4.8.1.78"
faiss-cpu = "1.7.4" faiss-cpu = "1.7.4"

@ -17,7 +17,7 @@ requests_mock
PyPDF2==3.0.1 PyPDF2==3.0.1
accelerate==0.22.0 accelerate==0.22.0
chromadb==0.4.14 chromadb==0.4.14
tensorflow==2.12 tensorflow
optimum optimum
toml toml
tiktoken==0.4.0 tiktoken==0.4.0

Loading…
Cancel
Save