Skip to content

Commit f75a2f4

Browse files
Bump pysqa from 0.2.6 to 0.2.7 (#702)
* Bump pysqa from 0.2.6 to 0.2.7 Bumps [pysqa](https://github.com/pyiron/pysqa) from 0.2.6 to 0.2.7. - [Release notes](https://github.com/pyiron/pysqa/releases) - [Commits](pyiron/pysqa@pysqa-0.2.6...pysqa-0.2.7) --- updated-dependencies: - dependency-name: pysqa dependency-version: 0.2.7 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 d181c6c commit f75a2f4

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ dependencies:
1111
- networkx =3.4.2
1212
- pygraphviz =1.14
1313
- ipython =9.0.2
14-
- pysqa =0.2.6
14+
- pysqa =0.2.7
1515
- hatchling =1.27.0
1616
- hatch-vcs =0.5.0

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- h5py =3.14.0
1111
- networkx =3.4.2
1212
- pygraphviz =1.14
13-
- pysqa =0.2.6
13+
- pysqa =0.2.7
1414
- ipython =9.0.2
1515
- hatchling =1.27.0
1616
- hatch-vcs =0.5.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ dependencies:
1515
- matplotlib =3.10.0
1616
- networkx =3.4.2
1717
- pygraphviz =1.14
18-
- pysqa =0.2.6
18+
- pysqa =0.2.7
1919
- ipython =9.0.2

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ graphnotebook = [
5353
]
5454
mpi = ["mpi4py==4.0.1"]
5555
cluster = [
56-
"pysqa==0.2.6",
56+
"pysqa==0.2.7",
5757
"h5py==3.14.0",
5858
]
5959
all = [
6060
"mpi4py==4.0.1",
61-
"pysqa==0.2.6",
61+
"pysqa==0.2.7",
6262
"h5py==3.14.0",
6363
"pygraphviz==1.14",
6464
"networkx==3.4.2",

0 commit comments

Comments
 (0)