Skip to content
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

Update dependencies #725

Merged
merged 9 commits into from
Mar 1, 2021
Merged

Update dependencies #725

merged 9 commits into from
Mar 1, 2021

Conversation

CasperWA
Copy link
Member

@CasperWA CasperWA commented Mar 1, 2021

Update dependencies according to @dependabot.

Update setup.py with updated dependencies.
pymatgen has had to have the same split as has been done for numpy, due to, well, numpy.
This was needed both in the requirements file as well as setup.py.

jarvis-tools is no longer fixed to a 1.18 version of numpy, so it can now be updated.

pydantic is still unable to be updated (see previous PRs on updating pydantic from @dependabot for more information).

Also, the latest version of mkdocs-material (v7.0) seems to add support for hosting documentation with different versions. I have opened #724 to address updating this. Note, it may be related to an older still open issue also.

dependabot bot and others added 8 commits March 1, 2021 05:09
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.13.3 to 0.13.4.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.13.3...0.13.4)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [django](https://github.com/django/django) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@3.1.6...3.1.7)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lark-parser](https://github.com/lark-parser/lark) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/lark-parser/lark/releases)
- [Commits](lark-parser/lark@0.11.1...0.11.2)

Signed-off-by: dependabot[bot] <support@github.com>
…ings-0.15.0', 'origin/dependabot/pip/master/lark-parser-0.11.2', 'origin/dependabot/pip/master/django-3.1.7' and 'origin/dependabot/pip/master/uvicorn-0.13.4' into update_deps
@CasperWA CasperWA requested a review from ml-evs March 1, 2021 12:27
setup.py Outdated Show resolved Hide resolved
@ml-evs
Copy link
Member

ml-evs commented Mar 1, 2021

Looks like we need to update the get_min_ver utility... I think I would just suggest ignoring the minimum external package versions for the tests?

@CasperWA
Copy link
Member Author

CasperWA commented Mar 1, 2021

Looks like we need to update the get_min_ver utility... I think I would just suggest ignoring the minimum external package versions for the tests?

On it at the moment.

This involves (at the moment) only `pymatgen`, which is python version
dependant, concerning which version to install.
@codecov
Copy link

codecov bot commented Mar 1, 2021

Codecov Report

Merging #725 (ed2be49) into master (506373c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #725   +/-   ##
=======================================
  Coverage   92.81%   92.81%           
=======================================
  Files          67       67           
  Lines        3520     3520           
=======================================
  Hits         3267     3267           
  Misses        253      253           
Flag Coverage Δ
project 92.81% <ø> (ø)
validator 63.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 506373c...ed2be49. Read the comment docs.

@CasperWA CasperWA requested a review from ml-evs March 1, 2021 13:43
@ml-evs ml-evs added the dependency_updates Issues pertaining to updates to our dependencies that are breaking the eager build label Mar 1, 2021
Copy link
Member

@ml-evs ml-evs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this @CasperWA!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency_updates Issues pertaining to updates to our dependencies that are breaking the eager build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants