Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Aug 14, 2023
1 parent c2483d8 commit fd9c21a
Show file tree
Hide file tree
Showing 4 changed files with 2,414 additions and 2,448 deletions.
1 change: 1 addition & 0 deletions docs/development-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ This project uses [Poetry](https://python-poetry.org/docs/) for packaging and de
# these versions have to be fixed for now, since poetry and (py)gdal packages can't work together
poetry run pip install numpy==1.23.5
poetry run pip install pygdal==3.4.1.10
# poetry run pip install gdal[numpy]==$(gdal-config --version)
poetry install
poetry shell # Spawns a shell within the virtual environment
pre-commit install # Install pre-commit hooks
Expand Down
8 changes: 8 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: smt
channels:
- conda-forge
dependencies:
- python=3.10.* # or don't specify the version and use the latest stable Python
- mamba
- poetry=1.*
- gdal=3.4.1
Loading

0 comments on commit fd9c21a

Please sign in to comment.