Skip to content

Commit

Permalink
Merge pull request #78 from pnuu/adjust-satpy-version-limitations
Browse files Browse the repository at this point in the history
Adjust Satpy version limit
  • Loading branch information
ninahakansson committed May 26, 2023
2 parents f0e9e95 + 0ea375f commit 1ed7063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- mock
- numpy
- xarray
- satpy=0.37
- satpy<0.38|>0.41.1
- pyspectral
- h5netcdf
- pyorbital
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
except ImportError:
pass

requires = ['satpy <= 0.37', 'pyorbital', 'trollsift', 'pyspectral', 'h5netcdf'],
requires = ['satpy!=0.38.*,!=0.39.*,!=0.40.*,!=0.41.*', 'pyorbital', 'trollsift', 'pyspectral', 'h5netcdf'],

NAME = "level1c4pps"
README = open('README.md', 'r').read()
Expand Down

0 comments on commit 1ed7063

Please sign in to comment.