Skip to content

Commit f0a6a00

Browse files
committed
Add an environment.yml file
This provides a convenient way to set up an environment with a compatible Python version and gdal, which can't be installed with pip.
1 parent 4927cd5 commit f0a6a00

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

environment.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: efast
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python >=3.10,<3.12
6+
- gdal
7+
# Remaining dependencies are listed in pyproject.toml
8+
# and can be installed with pip.

0 commit comments

Comments
 (0)