We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16d23f commit e90cba9Copy full SHA for e90cba9
metadata-ingestion/setup.py
@@ -412,7 +412,7 @@
412
# with numpy 2.0. This likely indicates a mismatch between scikit-learn and numpy versions.
413
# https://stackoverflow.com/questions/40845304/runtimewarning-numpy-dtype-size-changed-may-indicate-binary-incompatibility
414
"numpy<2",
415
- cachetools_lib,
+ *cachetools_lib,
416
},
417
"feast": {
418
"feast>=0.34.0,<1",
0 commit comments