-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Bump poetry from 1.1.11 to 1.2.0rc2 and refresh other conda/python dependencies #343
base: main
Are you sure you want to change the base?
Conversation
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.1.11 to 1.2.0rc2. - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md) - [Commits](python-poetry/poetry@1.1.11...1.2.0rc2) Bumps [pip](https://github.com/pypa/pip) from 21.2.4 to 22.3. - [Release notes](https://github.com/pypa/pip/releases/) - [Changelog](https://github.com/pypa/pip/blob/master/NEWS.rst) - [Commits](pypa/pip@21.2.4...22.3) Also bumped llvmlite from 0.38.0 to 0.39.1 and numba from 0.55.1 to 0.56.3.
Bumps [gmt](https://github.com/GenericMappingTools/gmt) from 6.2.0 to 6.4.0. - [Release notes](https://github.com/GenericMappingTools/gmt/releases) - [Commits](GenericMappingTools/gmt@6.2.0...6.4.0) Bumps [cuml](https://github.com/rapidsai/cuml) from 21.10.00 to 22.10.00. - [Release notes](https://github.com/rapidsai/cuml/releases) - [Changelog](https://github.com/rapidsai/cuml/blob/branch-22.10/CHANGELOG.md) - [Commits](rapidsai/cuml@v21.10.00...v22.10.00) Bumps [cuspatial](https://github.com/rapidsai/cuspatial) from 21.10.00 to 22.10.00. - [Release notes](https://github.com/rapidsai/cuspatial/releases) - [Changelog](https://github.com/rapidsai/cuspatial/blob/branch-22.10/CHANGELOG.md) - [Commits](rapidsai/cuspatial@v21.10.00...v22.10.00) Geospatial packages all aligned to GDAL 3.5. Also bumped gxx_linux-64 from 11.2.0 to 11.3.0, geos from 3.9.1 to 3.11.0, proj from 8.0.1 to 9.0.1.
Bumps [cupy-cuda11x](https://github.com/cupy/cupy) from 9.5.0 to 11.2.0. - [Release notes](https://github.com/cupy/cupy/releases) - [Commits](cupy/cupy@v9.5.0...v11.2.0) Bumps [dask](https://github.com/dask/dask) from 2021.10.0 to 2022.9.2. - [Release notes](https://github.com/dask/dask/releases) - [Changelog](https://github.com/dask/dask/blob/master/docs/release-procedure.md) - [Commits](dask/dask@2021.10.0...2022.9.2) Bumps [dask-cuda](https://github.com/rapidsai/dask-cuda) from 21.12.0a211025 to 22.10.0. - [Release notes](https://github.com/rapidsai/dask-cuda/releases) - [Changelog](https://github.com/rapidsai/dask-cuda/blob/branch-21.12/CHANGELOG.md) - [Commits](rapidsai/dask-cuda@v21.12.00a...v22.10.00) Note pinning to cupy-cuda11x instead of cupy-cuda117. Reordered conda channel priority to put nvidia and rapidsai channels first, so that cudatoolkit comes from nvidia channel. Also bumped dask-labextension from 5.1.0 to 5.3.0.
ff364a1
to
6e9affc
Compare
Bumps [datashader](https://github.com/holoviz/datashader) from 0.13.0 to 0.14.2. - [Release notes](https://github.com/holoviz/datashader/releases) - [Changelog](https://github.com/holoviz/datashader/blob/master/doc/latest_news.html) - [Commits](holoviz/datashader@v0.13.0...v0.14.2) Bumps [hvplot](https://github.com/holoviz/hvplot) from 0.7.3 to 0.8.1. - [Release notes](https://github.com/holoviz/hvplot/releases) - [Changelog](https://github.com/holoviz/hvplot/blob/master/CHANGELOG.md) - [Commits](holoviz/hvplot@v0.7.3...v0.8.1)
Segmentation fault on CI is caused by |
Downgrading to RAPIDS AI 22.02 to prevent segmentation fault when doing `import cudf` on RAPIDS AI 22.06+. Need to sync to GDAL 3.3 which is why gmt and proj was downgraded too. Partial revert of 21e0e99.
To prevent `TypeError: C function cuda.ccudart.cudaStreamSynchronize has wrong signature (expected __pyx_t_4cuda_7ccudart_cudaError_t (__pyx_t_4cuda_7ccudart_cudaStream_t), got cudaError_t (cudaStream_t))`. See rapidsai/cudf#11185. Also downgraded cupy from 11.2 to 10.6 and switched from cupy-cuda11x back to cupy-cuda117.
Fix `ValueError: The truth value of a Array is ambiguous. Use a.any() or a.all()` by converting the `diff_grid` variable to a string format (it can be either a filename or xarray.DataArray). Updated the docstring to clarify this too.
Next problem may or may not have something to do with deepicedrain/deepicedrain/vizplots.py Lines 413 to 441 in 0f405ba
|
Refresh to poetry 1.2.0rc2 and taking the opportunity to bump up lots of other dependencies like GMT and RAPIDS AI libraries. Supersedes #326.
TODO:
rm poetry.lock && poetry lock
, change == back to ^, and then runningpoetry lock --no-update
to update the hash