Skip to content

Commit e90cba9

Browse files
committed
refactor(metadata-ingestion): add cachetool to operation_config
1 parent f16d23f commit e90cba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-ingestion/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
# with numpy 2.0. This likely indicates a mismatch between scikit-learn and numpy versions.
413413
# https://stackoverflow.com/questions/40845304/runtimewarning-numpy-dtype-size-changed-may-indicate-binary-incompatibility
414414
"numpy<2",
415-
cachetools_lib,
415+
*cachetools_lib,
416416
},
417417
"feast": {
418418
"feast>=0.34.0,<1",

0 commit comments

Comments
 (0)