Force joblib update via setup.py

This commit is contained in:
Matthias 2022-09-30 13:47:26 +02:00
parent f6a0d677d2
commit 0d8dfc1a92
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ setup(
'pandas',
'tables',
'blosc',
'joblib',
'joblib>=1.2.0',
'pyarrow; platform_machine != "armv7l"',
'fastapi',
'uvicorn',