mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Dependencies: Add Python 3.12 specific dependencies
Install a prebuilt fastparquet wheel for Windows and add setuptools since torch may require it for some reason. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -39,6 +39,10 @@ dependencies = [
|
||||
|
||||
# TEMP: Remove once 2.x is fixed in upstream
|
||||
"numpy < 2.0.0",
|
||||
|
||||
# For python 3.12
|
||||
"fastparquet @ https://github.com/theroyallab/fastparquet/releases/download/v2024.5.0/fastparquet-0.1.dev837-cp312-cp312-win_amd64.whl ; platform_system == 'Windows' and python_version == '3.12'",
|
||||
"setuptools ; python_version == '3.12'"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user