Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pymatgen-analysis-defects-202…
Browse files Browse the repository at this point in the history
…4.10.22
  • Loading branch information
Andrew-S-Rosen authored Nov 29, 2024
2 parents 481921f + 4696bd8 commit 8dd76d8
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ jobs:
uses: actions/download-artifact@v4

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements-covalent.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
covalent==0.235.1rc0
covalent-cloud==0.81.0
covalent-cloud==0.84.1
covalent-slurm-plugin==0.18.0
2 changes: 1 addition & 1 deletion tests/requirements-dask.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dask[distributed]==2024.10.0
dask[distributed]==2024.11.2
dask-jobqueue==0.9.0
2 changes: 1 addition & 1 deletion tests/requirements-jobflow.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jobflow==0.1.18
jobflow==0.1.19
jobflow-remote==0.1.4
fireworks==2.0.3
4 changes: 2 additions & 2 deletions tests/requirements-mlp.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
chgnet==0.4.0
mace-torch==0.3.6
torch-dftd==0.4.0
mace-torch==0.3.8
torch-dftd==0.5.1
2 changes: 1 addition & 1 deletion tests/requirements-parsl.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
parsl[monitoring]==2024.10.28
parsl[monitoring]==2024.11.18
2 changes: 1 addition & 1 deletion tests/requirements-phonons.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
phonopy==2.29.1
phonopy==2.31.0
seekpath==2.1.0
2 changes: 1 addition & 1 deletion tests/requirements-prefect.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dask-jobqueue==0.9.0
prefect[dask]==3.1.0
prefect[dask]==3.1.4
2 changes: 1 addition & 1 deletion tests/requirements-tblite.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tblite==0.3.0
tblite==0.4.0
4 changes: 2 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ maggma==0.70.0
monty==2024.10.21
numpy==1.26.4
psutil==6.1.0
pydantic==2.9.2
pydantic==2.10.1
pydantic-settings==2.6.1
pymatgen==2024.11.13
ruamel.yaml==0.18.6
typer==0.12.5
typer==0.13.1

0 comments on commit 8dd76d8

Please sign in to comment.