Skip to content

Commit

Permalink
clean-up how pins are written in conda environment file (#2125)
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi authored Jul 4, 2023
1 parent 8e29121 commit 9d6b963
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,52 +12,52 @@ dependencies:
- dask
- dask-jobqueue
- distributed
- esgf-pyclient>=0.3.1
- esmpy!=8.1.0
- esgf-pyclient >=0.3.1
- esmpy !=8.1.0
- filelock
- fiona
- fire
- geopy
- humanfriendly
- importlib_resources
- iris>=3.6.0
- iris-esmf-regrid >=0.7.0 # to work with latest esmpy
- iris >=3.6.0
- iris-esmf-regrid >=0.7.0
- isodate
- jinja2
- libnetcdf!=4.9.1 # to avoid hdf5 warnings
- libnetcdf !=4.9.1 # to avoid hdf5 warnings
- nc-time-axis
- nested-lookup
- netcdf4
- numpy !=1.24.3
- packaging
- pandas
- pillow
- pip!=21.3
- pip !=21.3
- prov
- psutil
- py-cordex
- pybtex
- python>=3.9
- python-stratify>=0.3
- python >=3.9
- python-stratify >=0.3
- pyyaml
- requests
- scipy>=1.6
- scipy >=1.6
- shapely >=2.0.0
- yamale
# Python packages needed for building docs
- autodocsumm>=0.2.2
- autodocsumm >=0.2.2
- ipython
- nbsphinx
- sphinx>=6.1.3
- sphinx >=6.1.3
- pydata-sphinx-theme
# Python packages needed for testing
- flake8
- mypy>=0.990
- pytest>=3.9,!=6.0.0rc1,!=6.0.0
- pytest-cov>=2.10.1
- mypy >=0.990
- pytest >=3.9,!=6.0.0rc1,!=6.0.0
- pytest-cov >=2.10.1
- pytest-env
- pytest-html!=2.1.0
- pytest-metadata>=1.5.1
- pytest-html !=2.1.0
- pytest-metadata >=1.5.1
- pytest-mypy
- pytest-mock
- pytest-xdist
Expand Down

0 comments on commit 9d6b963

Please sign in to comment.