Skip to content

Commit 070e0f4

Browse files
committed
Improve comments
1 parent 467100d commit 070e0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ python = "=3.11"
611611
# TODO(ab): otherwise pixi will try to build from source and fail, not sure why (used by air_traffic_data)
612612
pyproj = ">=3.7.0"
613613

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
615615
umap-learn = "==0.5.7"
616616

617617
[feature.examples-common.pypi-dependencies]
@@ -639,7 +639,7 @@ incremental_logging = { path = "examples/python/incremental_logging", editable =
639639
lidar = { path = "examples/python/lidar", editable = true }
640640
live_camera_edge_detection = { path = "examples/python/live_camera_edge_detection", editable = true }
641641
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.
643643
llm_embedding_ner = { path = "examples/python/llm_embedding_ner", editable = true }
644644
log_file = { path = "examples/python/log_file", editable = true }
645645
minimal = { path = "examples/python/minimal", editable = true }

0 commit comments

Comments
 (0)