From bebb6c1cb498c99c3864ad45cdeb8a4ac1125be4 Mon Sep 17 00:00:00 2001 From: AlexanderJuestel Date: Thu, 5 Oct 2023 13:52:03 +0200 Subject: [PATCH] EditReqs --- requirements.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index d43503be..2af1968c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,10 @@ -# Requirements should be installed via conda-forge +# Requirements as of October 2023 -geopandas -rasterio -pyvista +# geopandas will also install numpy, pandas, shapely, fiona, and pyproj +geopandas>=0.14.0 + +# rasterio will also install affine +rasterio>=1.3.8 + +# pyvista also install pooch and matplotlib +pyvista>=0.42.2 \ No newline at end of file