-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Bump min deps #6559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Bump min deps #6559
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
2c7d6f7
Bump min deps
dcherian be82fd6
Try again.
dcherian b7feee3
[skip-ci] Update doc/whats-new.rst
dcherian 2ab2908
Merge branch 'main' into bump-min-deps
dcherian d715f2f
Update comment
dcherian b868303
Try deleting dask compat sliding_window_view
dcherian e4ce72f
fix
dcherian 0d28eac
Merge branch 'main' into bump-min-deps
max-sixty bd58a04
fix min_all_deps
dcherian 70538e2
Update setup.cfg, docs
dcherian b7661f4
Update ci/requirements/min-all-deps.yml
TomNicholas e216160
Update ci/requirements/min-all-deps.yml
TomNicholas 8e2cf9d
Merge branch 'main' into bump-min-deps
andersy005 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,46 +10,45 @@ dependencies: | |
- python=3.8 | ||
- boto3=1.13 | ||
- bottleneck=1.3 | ||
# cartopy 0.18 conflicts with pynio | ||
- cartopy=0.17 | ||
- cartopy=0.19 | ||
- cdms2=3.1 | ||
- cfgrib=0.9 | ||
- cftime=1.2 | ||
- cftime=1.4 | ||
- coveralls | ||
- dask-core=2.30 | ||
- distributed=2.30 | ||
- h5netcdf=0.8 | ||
- h5py=2.10 | ||
# hdf5 1.12 conflicts with h5py=2.10 | ||
- dask-core=2021.04 | ||
- distributed=2021.04 | ||
- h5netcdf=0.11 | ||
- h5py=3.1 | ||
# hdf5 1.12 conflicts with h5py=3.1 | ||
- hdf5=1.10 | ||
- hypothesis | ||
- iris=2.4 | ||
- lxml=4.6 # Optional dep of pydap | ||
- matplotlib-base=3.3 | ||
- matplotlib-base=3.4 | ||
- nc-time-axis=1.2 | ||
# netcdf follows a 1.major.minor[.patch] convention | ||
# (see https://github.com/Unidata/netcdf4-python/issues/1090) | ||
# bumping the netCDF4 version is currently blocked by #4491 | ||
- netcdf4=1.5.3 | ||
- numba=0.51 | ||
- numpy=1.18 | ||
- numba=0.53 | ||
- numpy=1.19 | ||
- packaging=20.0 | ||
- pandas=1.1 | ||
- pint=0.16 | ||
- pandas=1.2 | ||
- pint=0.17 | ||
- pip | ||
- pseudonetcdf=3.1 | ||
- pydap=3.2 | ||
- pynio=1.5 | ||
# - pynio=1.5.5 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @fulminemizzega If you can figure out a combination that works with this version of the file, we could re-enable. We'd also be happy re-enabling it in |
||
- pytest | ||
- pytest-cov | ||
- pytest-env | ||
- pytest-xdist | ||
- rasterio=1.1 | ||
- scipy=1.5 | ||
- rasterio=1.2 | ||
- scipy=1.6 | ||
- seaborn=0.11 | ||
- sparse=0.11 | ||
- sparse=0.12 | ||
- toolz=0.11 | ||
- typing_extensions=3.7 | ||
- zarr=2.5 | ||
- zarr=2.8 | ||
- pip: | ||
- numbagg==0.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.