Skip to content

Commit 434ef85

Browse files
authored
Update pysqa to 0.3.5 (#927)
* Update pyproject.toml * Update environment.yml * Update environment-integration.yml * Update environment-mpich.yml * Update environment-openmpi.yml
1 parent 1e74ba2 commit 434ef85

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.ci_support/environment-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ dependencies:
1818
- matplotlib =3.10.8
1919
- networkx =3.6.1
2020
- pygraphviz =1.14
21-
- pysqa =0.3.4
21+
- pysqa =0.3.5
2222
- pyzmq =27.1.0
2323
- qe =7.5

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ dependencies:
1212
- mpi4py =4.1.1
1313
- networkx =3.6.1
1414
- pygraphviz =1.14
15-
- pysqa =0.3.4
15+
- pysqa =0.3.5
1616
- pyzmq =27.1.0

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ dependencies:
1212
- mpi4py =4.1.1
1313
- networkx =3.6.1
1414
- pygraphviz =1.14
15-
- pysqa =0.3.4
15+
- pysqa =0.3.5
1616
- pyzmq =27.1.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ dependencies:
1515
- mpi4py =4.1.1
1616
- networkx =3.6.1
1717
- pygraphviz =1.14
18-
- pysqa =0.3.3
18+
- pysqa =0.3.5
1919
- pyzmq =27.1.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ graphnotebook = [
5252
]
5353
mpi = ["mpi4py==4.1.1"]
5454
cluster = [
55-
"pysqa==0.3.4",
55+
"pysqa==0.3.5",
5656
"h5py==3.15.1",
5757
]
5858
all = [
5959
"mpi4py==4.1.1",
60-
"pysqa==0.3.4",
60+
"pysqa==0.3.5",
6161
"h5py==3.15.1",
6262
"pygraphviz==1.14",
6363
"networkx==3.6.1",

0 commit comments

Comments
 (0)