From 57458d81fbdbb52d632a9b44fdd39680b2e12f73 Mon Sep 17 00:00:00 2001 From: GabrieleMeoni Date: Wed, 11 Oct 2023 12:19:37 +0200 Subject: [PATCH] Adding missing environment file. --- environment.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..92651c6 --- /dev/null +++ b/environment.yml @@ -0,0 +1,25 @@ +name: pyraws +channels: + - conda-forge + - pytorch +dependencies: + - python=3.9 + - geopy + - numpy + - geopandas + - geopy + - scipy + - matplotlib + - termcolor + - tqdm + - glymur + - cudatoolkit=10.2 + - pytorch==1.11.0 + - torchvision==0.12.0 + - scikit-learn + - scikit-image + - rasterio + - pip + - pip: + - tifffile + - opencv-python