diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd660b..9be4e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # CHANGELOG +- mise à jour de laspy pour le correctif de la fonction `append_points` - Possibilité d'utiliser des points de montage pour rediriger les chemins donnés dans le shapefile vers un autre dossier - [Breaking change] Utilisation d'un shapefile pour définir les fichiers donneurs à utiliser pour chaque zone - génération de la carte d'indice même quand il n'y a pas de points à ajouter diff --git a/environment.yml b/environment.yml index 352981c..dae9ac7 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,6 @@ dependencies: - python==3.11.* - pip - pytest - - laspy - numpy - geopandas==0.* - shapely>=2.0.3 @@ -23,4 +22,9 @@ dependencies: - black - flake8 - pip: - - ign-pdal-tools==1.8.1 \ No newline at end of file + + # Fix for the append_points function (waiting for a release) + # TODO: use conda again for laspy installation once a new version is released + - lazrs>=0.7.0 + - git+https://github.com/laspy/laspy.git#egg[lazrs] + - ign-pdal-tools==1.11.1 \ No newline at end of file