Skip to content

Commit f09c636

Browse files
authored
Update pysqa to 0.4.0 (#962)
1 parent 3c0dec7 commit f09c636

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
@@ -19,6 +19,6 @@ dependencies:
1919
- networkx =3.6.1
2020
- pydantic =2.12.5
2121
- pygraphviz =1.14
22-
- pysqa =0.3.5
22+
- pysqa =0.4.0
2323
- pyzmq =27.1.0
2424
- qe =7.5

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies:
1313
- networkx =3.6.1
1414
- pydantic =2.12.5
1515
- pygraphviz =1.14
16-
- pysqa =0.3.5
16+
- pysqa =0.4.0
1717
- pyzmq =27.1.0

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies:
1313
- networkx =3.6.1
1414
- pydantic =2.12.5
1515
- pygraphviz =1.14
16-
- pysqa =0.3.5
16+
- pysqa =0.4.0
1717
- 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.5
18+
- pysqa =0.4.0
1919
- pyzmq =27.1.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ graphnotebook = [
5252
]
5353
mpi = ["mpi4py==4.1.1"]
5454
cluster = [
55-
"pysqa==0.3.5",
55+
"pysqa==0.4.0",
5656
"h5py==3.16.0",
5757
]
5858
validation = [
5959
"pydantic==2.12.5",
6060
]
6161
all = [
6262
"mpi4py==4.1.1",
63-
"pysqa==0.3.5",
63+
"pysqa==0.4.0",
6464
"h5py==3.16.0",
6565
"pydantic==2.12.5",
6666
"pygraphviz==1.14",

0 commit comments

Comments
 (0)