Dev317 / streamlit_chromadb_connection

A simple adapter connection for any Streamlit app to use ChromaDB vector database.
MIT License
11 stars 2 forks source link

way too strict requirements #6

Open sebastian-philipp opened 2 months ago

sebastian-philipp commented 2 months ago

can't install this due to:

The conflict is caused by:
    streamlit-chromadb-connection 1.0.3 depends on onnxruntime==1.16.3
    streamlit-chromadb-connection 1.0.2 depends on onnxruntime==1.16.3
    streamlit-chromadb-connection 1.0.0 depends on onnxruntime==1.16.3
    streamlit-chromadb-connection 0.0.5 depends on onnxruntime==1.16.3

Please: massively reduce the version requirements.

Dev317 commented 1 month ago

Hi @sebastian-philipp thanks for the feedback, do you mind create a PR for the issue?