Skip to content

Commit 15abfd4

Browse files
Bump pysqa from 0.2.3 to 0.2.4 (#600)
* Bump pysqa from 0.2.3 to 0.2.4 Bumps [pysqa](https://github.com/pyiron/pysqa) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/pyiron/pysqa/releases) - [Commits](pyiron/pysqa@pysqa-0.2.3...pysqa-0.2.4) --- updated-dependencies: - dependency-name: pysqa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner <pyiron@mpie.de>
1 parent 29a2e95 commit 15abfd4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ dependencies:
1111
- networkx =3.4.2
1212
- pygraphviz =1.14
1313
- ipython =9.0.0
14-
- pysqa =0.2.3
14+
- pysqa =0.2.4
1515
- setuptools =75.1.0

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies:
1010
- h5py =3.13.0
1111
- networkx =3.4.2
1212
- pygraphviz =1.14
13-
- pysqa =0.2.3
13+
- pysqa =0.2.4
1414
- ipython =9.0.0
1515
- setuptools =75.1.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ dependencies:
1414
- matplotlib =3.10.0
1515
- networkx =3.4.2
1616
- pygraphviz =1.14
17-
- pysqa =0.2.3
17+
- pysqa =0.2.4
1818
- ipython =9.0.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ graphnotebook = [
4848
]
4949
mpi = ["mpi4py==4.0.1"]
5050
cluster = [
51-
"pysqa==0.2.3",
51+
"pysqa==0.2.4",
5252
"h5py==3.13.0",
5353
]
5454
all = [
5555
"mpi4py==4.0.1",
56-
"pysqa==0.2.3",
56+
"pysqa==0.2.4",
5757
"h5py==3.13.0",
5858
"pygraphviz==1.14",
5959
"networkx==3.4.2",

0 commit comments

Comments
 (0)