Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into write_cache_first
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 11, 2024
2 parents d740d06 + 038eaec commit 0c2548c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies:
- networkx =3.4.2
- pygraphviz =1.14
- ipython =8.29.0
- pysqa =0.2.1
- pysqa =0.2.2
- setuptools =75.1.0
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dependencies:
- matplotlib =3.9.2
- networkx =3.4.2
- pygraphviz =1.14
- pysqa =0.2.1
- pysqa =0.2.2
- ipython =8.29.0
- setuptools =75.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ graph = [
"networkx==3.4.2",
"ipython==8.29.0",
]
queue = ["pysqa==0.2.1"]
queue = ["pysqa==0.2.2"]

[tool.setuptools.packages.find]
include = ["executorlib*"]
Expand Down

0 comments on commit 0c2548c

Please sign in to comment.