File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -611,7 +611,7 @@ python = "=3.11"
611
611
# TODO(ab): otherwise pixi will try to build from source and fail, not sure why (used by air_traffic_data)
612
612
pyproj = " >=3.7.0"
613
613
614
- # Need to use the conda version of umap-learn
614
+ # Need to use the conda version of umap-learn to be compatible with numpy-2
615
615
umap-learn = " ==0.5.7"
616
616
617
617
[feature .examples-common .pypi-dependencies ]
@@ -639,7 +639,7 @@ incremental_logging = { path = "examples/python/incremental_logging", editable =
639
639
lidar = { path = " examples/python/lidar" , editable = true }
640
640
live_camera_edge_detection = { path = " examples/python/live_camera_edge_detection" , editable = true }
641
641
live_scrolling_plot = { path = " examples/python/live_scrolling_plot" , editable = true }
642
- # This depends on umap-learn which is incompatible with numpy-2
642
+ # This depends on umap-learn which is incompatible with numpy-2 if it is installed from pypi.
643
643
llm_embedding_ner = { path = " examples/python/llm_embedding_ner" , editable = true }
644
644
log_file = { path = " examples/python/log_file" , editable = true }
645
645
minimal = { path = " examples/python/minimal" , editable = true }
You can’t perform that action at this time.
0 commit comments