tensorflow 2.12 may not work with python 3.11 needed for macos-14

pull/378/head
evelynmitchell 1 year ago
parent 57c36a1934
commit 070ae43666

@ -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 = "*" tensorflow = "2.12"
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 tensorflow==2.12
optimum optimum
toml toml
tiktoken==0.4.0 tiktoken==0.4.0

Loading…
Cancel
Save