Skip to content

Commit f6562f5

Browse files
authored
Increment pyfirecrest to v3.2.0 (#73)
1 parent 8e99890 commit f6562f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ repos:
4444
additional_dependencies:
4545
- "types-PyYAML"
4646
- "types-requests"
47-
- "pyfirecrest>=3.1.0"
47+
- "pyfirecrest>=3.2.0"
4848
- "aiida-core>=2.7.0pre1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
AiiDA Transport/Scheduler plugins for interfacing with [FirecREST](https://products.cscs.ch/firecrest/), via [pyfirecrest](https://github.com/eth-cscs/pyfirecrest).
1313

14-
It is currently tested against [Pyfirecrest v3.1.0](https://github.com/eth-cscs/pyfirecrest/tree/v2.6.0).
14+
It is currently tested against [Pyfirecrest v3.2.0](https://github.com/eth-cscs/pyfirecrest).
1515

1616

1717
## Installation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ requires-python = ">=3.9"
2626
dependencies = [
2727
"aiida-core>=2.7.0pre1",
2828
"click",
29-
"pyfirecrest>=3.1.0",
29+
"pyfirecrest>=3.2.0",
3030
"pyyaml",
3131
]
3232

0 commit comments

Comments
 (0)