Add dependency on Rich

This commit is contained in:
Matthias
2023-04-09 16:05:10 +02:00
parent d532da9071
commit 40450ebecc
3 changed files with 3 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ setup(
'numpy',
'pandas',
'joblib>=1.2.0',
'rich',
'pyarrow; platform_machine != "armv7l"',
'fastapi',
'pydantic>=1.8.0',