Skip to content

Commit

Permalink
update dependencies for ubuntu-latest/py3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 19, 2023
1 parent 1806e73 commit 20fc201
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 123 deletions.
82 changes: 43 additions & 39 deletions requirements/ubuntu-latest_py3.9.txt
Original file line number Diff line number Diff line change
@@ -1,52 +1,54 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements/ubuntu-latest_py3.9.txt
#
certifi==2022.9.24
certifi==2023.5.7
# via requests
charset-normalizer==2.1.1
charset-normalizer==3.1.0
# via requests
contourpy==1.0.6
contourpy==1.1.0
# via matplotlib
cycler==0.11.0
# via matplotlib
dnspython==2.2.1
dnspython==2.3.0
# via pymongo
emmet-core==0.38.9
emmet-core==0.57.1
# via mp-api
fonttools==4.38.0
fonttools==4.40.0
# via matplotlib
future==0.18.2
future==0.18.3
# via
# matminer (setup.py)
# uncertainties
idna==3.4
# via requests
importlib-resources==5.12.0
# via matplotlib
joblib==1.2.0
# via scikit-learn
kiwisolver==1.4.4
# via matplotlib
latexcodec==2.0.1
# via pybtex
matplotlib==3.6.2
matplotlib==3.7.1
# via pymatgen
monty==2022.9.9
monty==2023.5.8
# via
# emmet-core
# matminer (setup.py)
# mp-api
# pymatgen
mp-api==0.29.4
mp-api==0.33.3
# via pymatgen
mpmath==1.2.1
mpmath==1.3.0
# via sympy
msgpack==1.0.4
msgpack==1.0.5
# via mp-api
networkx==2.8.8
networkx==3.1
# via pymatgen
numpy==1.23.4
numpy==1.25.0
# via
# contourpy
# matminer (setup.py)
Expand All @@ -56,55 +58,55 @@ numpy==1.23.4
# scikit-learn
# scipy
# spglib
packaging==21.3
# via matplotlib
palettable==3.3.0
packaging==23.1
# via
# matplotlib
# plotly
palettable==3.3.3
# via pymatgen
pandas==1.5.1
pandas==1.5.3
# via
# matminer (setup.py)
# pymatgen
pillow==9.3.0
pillow==9.5.0
# via matplotlib
plotly==5.11.0
plotly==5.15.0
# via pymatgen
pybtex==0.24.0
# via
# emmet-core
# pymatgen
pydantic==1.10.2
pydantic==1.10.9
# via emmet-core
pymatgen==2022.11.7
pymatgen==2023.5.31
# via
# emmet-core
# matminer (setup.py)
# mp-api
pymongo==4.3.2
pymongo==4.3.3
# via matminer (setup.py)
pyparsing==3.0.9
# via
# matplotlib
# packaging
pyparsing==3.1.0
# via matplotlib
python-dateutil==2.8.2
# via
# matplotlib
# pandas
pytz==2022.6
pytz==2023.3
# via pandas
pyyaml==6.0
# via pybtex
requests==2.28.1
requests==2.31.0
# via
# matminer (setup.py)
# mp-api
# pymatgen
ruamel-yaml==0.17.21
ruamel-yaml==0.17.32
# via pymatgen
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
scikit-learn==1.1.3
scikit-learn==1.2.2
# via matminer (setup.py)
scipy==1.9.3
scipy==1.10.1
# via
# pymatgen
# scikit-learn
Expand All @@ -117,29 +119,31 @@ spglib==2.0.2
# via
# emmet-core
# pymatgen
sympy==1.11.1
sympy==1.12
# via
# matminer (setup.py)
# pymatgen
tabulate==0.9.0
# via pymatgen
tenacity==8.1.0
tenacity==8.2.2
# via plotly
threadpoolctl==3.1.0
# via scikit-learn
tqdm==4.64.1
tqdm==4.65.0
# via
# matminer (setup.py)
# pymatgen
typing-extensions==4.4.0
typing-extensions==4.6.3
# via
# emmet-core
# mp-api
# pydantic
uncertainties==3.1.7
# via pymatgen
urllib3==1.26.12
urllib3==2.0.3
# via requests
zipp==3.15.0
# via importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading

0 comments on commit 20fc201

Please sign in to comment.