Skip to content

Commit

Permalink
revert commented out packages
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Oct 31, 2023
1 parent 4f4e0d1 commit a7624b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
# Installation dependencies
# Use with pip install . to install from source
'install': [
# 'cartopy', # Xpy312
# 'cf-units', # Xpy312
'cartopy',
'cf-units',
'dask[array,distributed]',
'dask-jobqueue',
'esgf-pyclient>=0.3.1',
'esmf-regrid',
'esmpy!=8.1.0',
'filelock',
# 'fiona', # Xpy312
'fiona',
'fire',
'geopy',
'humanfriendly',
Expand All @@ -58,7 +58,7 @@
'scipy>=1.6',
# See the following issue for info on the iris pin below:
# https://github.com/ESMValGroup/ESMValTool/issues/3239#issuecomment-1613298587
# 'scitools-iris>=3.4.0', # Xpy312 via cf-units
'scitools-iris>=3.4.0',
'shapely>=2.0.0',
'stratify>=0.3',
'yamale',
Expand Down

0 comments on commit a7624b6

Please sign in to comment.