Skip to content

Commit bdff8ef

Browse files
authored
Update pysqa to 0.3.0 (#769)
1 parent bbb65f9 commit bdff8ef

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.ci_support/environment-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- matplotlib =3.10.3
1616
- networkx =3.4.2
1717
- pygraphviz =1.14
18-
- pysqa =0.2.7
18+
- pysqa =0.3.0
1919
- ipython =9.0.2
2020
- atomistics =0.2.5
2121
- qe =7.4

.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.7
14+
- pysqa =0.3.0
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.7
13+
- pysqa =0.3.0
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.7
18+
- pysqa =0.3.0
1919
- ipython =9.0.2

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.0.1"]
5454
cluster = [
55-
"pysqa==0.2.7",
55+
"pysqa==0.3.0",
5656
"h5py==3.14.0",
5757
]
5858
all = [
5959
"mpi4py==4.0.1",
60-
"pysqa==0.2.7",
60+
"pysqa==0.3.0",
6161
"h5py==3.14.0",
6262
"pygraphviz==1.14",
6363
"networkx==3.4.2",

0 commit comments

Comments
 (0)