Skip to content
Snippets Groups Projects
Commit dc0f6aa1 authored by paul.tresson_ird.fr's avatar paul.tresson_ird.fr
Browse files

document possible dependencies conflicts with UMAP

parent ab0142fc
No related branches found
No related tags found
No related merge requests found
......@@ -82,3 +82,9 @@ The following command could potentially solve meta-data issues.
```
gdal_edit.py -stats your_file.tif
```
## Conflicting requirements for UMAP
`umap` has `numba` as a dependdencie, which may require `numpy < 2.0` and conflict with other librairies depending on how you installed them. According to `numba` developpers, this
(should be resolved in comming numba releases)[https://github.com/numba/numba/issues/9708].
In the mean time, you can use a conda environement or uninstall and reinstall numpy at a previous version.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment