ArcticSnow / TopoPyScale

TopoPyScale: a Python library to perform simplistic climate downscaling at the hillslope scale
https://topopyscale.readthedocs.io
MIT License
39 stars 9 forks source link

requirement.yml #75

Closed ArcticSnow closed 1 year ago

ArcticSnow commented 1 year ago

Thank @joelfiddes for making the requirements.yml file. Few suggestions to edit this first version:

  1. I have had issue installing xarray and dask with pip as it does not include all optional dependencies
  2. prefix is hardcoded. not sure how to make it flexible to everyone
  3. move all these library to be installed by conda as well matplotlib scikit-learn pandas numpy netcdf4 h5netcdf rasterio pyproj
  4. use it to establish a github action and test environment with the examples
  5. update installation documentation.
  6. package a new release version when all task above completed
ArcticSnow commented 1 year ago

What are all the aws-... packages for?

ArcticSnow commented 1 year ago

commit https://github.com/ArcticSnow/TopoPyScale/commit/a739924b983d9f6bd2bd2e9cf6b5faad059c02f6 cleaned environment.yml. Tested on my linux Ubuntu computer, working :)