Skip to content

Commit

Permalink
Automated dependency upgrades (#932)
Browse files Browse the repository at this point in the history
* update dependencies for ubuntu-latest/py3.10

* update dependencies for ubuntu-latest/py3.11

* update dependencies for ubuntu-latest/py3.9

---------

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
tschaume and github-actions committed Apr 8, 2024
1 parent 0a5714a commit 5fd5cbc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions requirements/ubuntu-latest_py3.10.txt
Expand Up @@ -35,7 +35,7 @@ citrination-client==6.5.1
# via matminer (setup.py)
click==8.1.7
# via black
contourpy==1.2.0
contourpy==1.2.1
# via matplotlib
coverage[toml]==6.5.0
# via
Expand Down Expand Up @@ -66,7 +66,7 @@ fair-research-login==0.3.1
# via mdf-toolbox
flake8==7.0.0
# via matminer (setup.py)
fonttools==4.50.0
fonttools==4.51.0
# via matplotlib
future==1.0.0
# via uncertainties
Expand Down Expand Up @@ -110,7 +110,7 @@ llvmlite==0.42.0
# via numba
markupsafe==2.1.5
# via jinja2
matplotlib==3.8.3
matplotlib==3.8.4
# via
# ase
# pymatgen
Expand All @@ -130,7 +130,7 @@ mpmath==1.3.0
# via sympy
mypy-extensions==1.0.0
# via black
networkx==3.2.1
networkx==3.3
# via pymatgen
numba==0.59.1
# via sparse
Expand Down Expand Up @@ -165,7 +165,7 @@ pandas==2.2.1
# pymatgen
pathspec==0.12.1
# via black
pillow==10.2.0
pillow==10.3.0
# via matplotlib
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -246,7 +246,7 @@ scikit-learn==1.4.1.post1
# via
# dscribe
# matminer (setup.py)
scipy==1.12.0
scipy==1.13.0
# via
# ase
# dscribe
Expand Down Expand Up @@ -307,7 +307,7 @@ tqdm==4.66.2
# matminer (setup.py)
# mdf-forge
# pymatgen
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# astroid
# black
Expand Down
12 changes: 6 additions & 6 deletions requirements/ubuntu-latest_py3.11.txt
Expand Up @@ -35,7 +35,7 @@ citrination-client==6.5.1
# via matminer (setup.py)
click==8.1.7
# via black
contourpy==1.2.0
contourpy==1.2.1
# via matplotlib
coverage[toml]==6.5.0
# via
Expand Down Expand Up @@ -64,7 +64,7 @@ fair-research-login==0.3.1
# via mdf-toolbox
flake8==7.0.0
# via matminer (setup.py)
fonttools==4.50.0
fonttools==4.51.0
# via matplotlib
future==1.0.0
# via uncertainties
Expand Down Expand Up @@ -108,7 +108,7 @@ llvmlite==0.42.0
# via numba
markupsafe==2.1.5
# via jinja2
matplotlib==3.8.3
matplotlib==3.8.4
# via
# ase
# pymatgen
Expand All @@ -128,7 +128,7 @@ mpmath==1.3.0
# via sympy
mypy-extensions==1.0.0
# via black
networkx==3.2.1
networkx==3.3
# via pymatgen
numba==0.59.1
# via sparse
Expand Down Expand Up @@ -163,7 +163,7 @@ pandas==2.2.1
# pymatgen
pathspec==0.12.1
# via black
pillow==10.2.0
pillow==10.3.0
# via matplotlib
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -244,7 +244,7 @@ scikit-learn==1.4.1.post1
# via
# dscribe
# matminer (setup.py)
scipy==1.12.0
scipy==1.13.0
# via
# ase
# dscribe
Expand Down
12 changes: 6 additions & 6 deletions requirements/ubuntu-latest_py3.9.txt
Expand Up @@ -35,7 +35,7 @@ citrination-client==6.5.1
# via matminer (setup.py)
click==8.1.7
# via black
contourpy==1.2.0
contourpy==1.2.1
# via matplotlib
coverage[toml]==6.5.0
# via
Expand Down Expand Up @@ -66,7 +66,7 @@ fair-research-login==0.3.1
# via mdf-toolbox
flake8==7.0.0
# via matminer (setup.py)
fonttools==4.50.0
fonttools==4.51.0
# via matplotlib
future==1.0.0
# via uncertainties
Expand Down Expand Up @@ -114,7 +114,7 @@ llvmlite==0.42.0
# via numba
markupsafe==2.1.5
# via jinja2
matplotlib==3.8.3
matplotlib==3.8.4
# via
# ase
# pymatgen
Expand Down Expand Up @@ -169,7 +169,7 @@ pandas==2.2.1
# pymatgen
pathspec==0.12.1
# via black
pillow==10.2.0
pillow==10.3.0
# via matplotlib
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -250,7 +250,7 @@ scikit-learn==1.4.1.post1
# via
# dscribe
# matminer (setup.py)
scipy==1.12.0
scipy==1.13.0
# via
# ase
# dscribe
Expand Down Expand Up @@ -311,7 +311,7 @@ tqdm==4.66.2
# matminer (setup.py)
# mdf-forge
# pymatgen
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# astroid
# black
Expand Down

0 comments on commit 5fd5cbc

Please sign in to comment.