Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Get bleeding edge development dependencies #137

Merged
merged 11 commits into from
Aug 12, 2020
Merged

Get bleeding edge development dependencies #137

merged 11 commits into from
Aug 12, 2020

Conversation

weiji14
Copy link
Owner

@weiji14 weiji14 commented Aug 12, 2020

Getting some much needed functionality from packages that haven't been properly released yet (i.e. still in development phase). Particularly PyGMT and Xarray. Working a bit towards #100 and #125.

TODO:

@weiji14 weiji14 added dependencies Pull requests that update a dependency file maintenance 🧰 Keeping things tidy labels Aug 12, 2020
dependabot-preview bot and others added 10 commits August 12, 2020 14:46
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.48.0 to 4.48.2.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.48.0...v4.48.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [dask-labextension](http://jupyter.org) from 2.0.2 to 3.0.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [jupytext](https://github.com/mwouts/jupytext) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/mwouts/jupytext/releases)
- [Changelog](https://github.com/mwouts/jupytext/blob/master/CHANGELOG.md)
- [Commits](mwouts/jupytext@1.5.1...1.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [pygmt](https://github.com/GenericMappingTools/pygmt) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/GenericMappingTools/pygmt/releases)
- [Changelog](https://github.com/GenericMappingTools/pygmt/blob/master/doc/changes.rst)
- [Commits](GenericMappingTools/pygmt@v0.1.1...v0.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 2.1.5 to 2.2.4.
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/master/RELEASE.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/application-top@2.1.5...@jupyterlab/application-top@2.2.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.2.2 to 3.3.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.2.2...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps several packages in the lockfile using `poetry lock && poetry install`:
- parso (0.7.0 -> 0.7.1)
- jedi (0.17.1 -> 0.17.2)
- numpy (1.19.0 -> 1.19.1)
- pillow (7.1.2 -> 7.2.0)
- prompt-toolkit (3.0.5 -> 3.0.6)
- pyzmq (19.0.1 -> 19.0.2)
- idna (2.9 -> 2.10)
- ipython (7.15.0 -> 7.17.0)
- jupyter-client (6.1.3 -> 6.1.6)
- pyviz-comms (0.7.5 -> 0.7.6)
- urllib3 (1.25.9 -> 1.25.10)
- argon2-cffi (20.1.0)
- ipykernel (5.3.0 -> 5.3.4)
- llvmlite (0.32.1 -> 0.31.0)
- pandas (1.0.5 -> 1.1.0)
- yarl (1.4.2 -> 1.5.1)
- appdirs (1.4.3 -> 1.4.4)
- cftime (1.1.3 -> 1.2.1)
- fsspec (0.7.4 -> 0.8.0)
- notebook (6.0.3 -> 6.1.1)
- numba (0.47.0 -> 0.48.0)
- psutil (5.7.0 -> 5.7.2)
- scipy (1.5.0 -> 1.5.2)
- tblib (1.6.0 -> 1.7.0)
- jupyterlab-server (1.1.5 -> 1.2.0)
- msgpack-numpy (0.4.6.post0 -> 0.4.6.1)
- netcdf4 (1.5.3 -> 1.5.4)
- pyarrow (0.17.1 -> 1.0.0)
- pyproj (2.6.0 -> 2.6.1.post1)
- regex (2020.6.8 -> 2020.7.14)
@weiji14 weiji14 marked this pull request as ready for review August 12, 2020 11:42
@weiji14 weiji14 merged commit 0662237 into master Aug 12, 2020
@weiji14 weiji14 deleted the dev-dependencies branch August 12, 2020 11:44
weiji14 added a commit that referenced this pull request Sep 15, 2020
Closes #137 Get bleeding edge development dependencies.
@weiji14 weiji14 added this to the v0.3.0 milestone Sep 16, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file maintenance 🧰 Keeping things tidy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant