Skip to content

Commit

Permalink
Make installing through pixi possible (#386)
Browse files Browse the repository at this point in the history
* add pixi.toml file

* remove pixi part from pyproject.toml

* revert changes to pyproject.ml
  • Loading branch information
savente93 authored Oct 3, 2024
1 parent e739428 commit 856f98d
Show file tree
Hide file tree
Showing 4 changed files with 8,048 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# GitHub syntax highlighting
pixi.lock linguist-language=YAML linguist-generated=true
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,9 @@ examples/data/setup_new_composite_area/test_setup_new_composite_area_datum/
examples/data/setup_new_composite_area/test_setup_new_composite_area_elevation/
examples/data/setup_new_composite_area/test_setup_new_composite_area_geom/
examples/data/update_max_potential_damage/test_update_max_potential_damage_points/
examples/data/update_max_potential_damage/test_update_max_potential_damage_polygons/
examples/data/update_max_potential_damage/test_update_max_potential_damage_polygons/# pixi environments
.pixi
*.egg-info
# pixi environments
.pixi
*.egg-info
Loading

0 comments on commit 856f98d

Please sign in to comment.