-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support python 3.12 #128
Comments
Hi @ttt-77, Can I help with this? |
Yes |
Hi @ttt-77, I was able to update numpy and scipy to their Python 3.12 compatible versions, but the following required modules are blocked for Python 3.12: ChromaDB: DuckDB: faiss-cpu: Numba: The issue for numba is still open, I couldn’t test the workaround on 3.12 due to the other blockers. The following modules need to be updated to the specified versions to be 3.12 compatible: asyncpg==0.28.0 → 0.29.0 greenlet==2.0.2→3.0.3 numpy==1.24.4→1.26.3 scipy==1.10.1→1.12.0 |
Some packages' version can't be installed in python 3.12. Need to modify requirements.txt to support python3.12.
numpy==1.24.4
scipy==1.10.1
The text was updated successfully, but these errors were encountered: