File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ while [[ $# -gt 0 ]]; do
40
40
esac
41
41
done
42
42
43
- PSIFLOW_VERSION=" v4.0.0-rc1 "
44
- CCTOOLS_VERSION=7.11.1
43
+ PSIFLOW_VERSION=" v4.0.0"
44
+ CCTOOLS_VERSION=7.14.0
45
45
PLUMED_VERSION=2.9.0
46
- GPU_LIBRARIES=(" rocm5.6 " " cu118" )
46
+ GPU_LIBRARIES=(" rocm6.2 " " cu118" )
47
47
48
48
# build model
49
49
if [ " $psiflow " = " true" ]; then
Original file line number Diff line number Diff line change @@ -514,7 +514,7 @@ def from_config(
514
514
address = htex_address ,
515
515
working_dir = str (path / "default_htex" ),
516
516
cores_per_worker = 1 ,
517
- max_workers = default_threads ,
517
+ max_workers_per_node = default_threads ,
518
518
cpu_affinity = "none" ,
519
519
provider = LocalProvider (launcher = launcher , init_blocks = 0 ), # noqa: F405
520
520
)
Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ build-backend = "setuptools.build_meta"
5
5
6
6
[project ]
7
7
name = " psiflow"
8
- version = " 4.0.0-rc0 "
8
+ version = " 4.0.0"
9
9
description = " Library for developing interatomic potentials"
10
10
readme = " README.md"
11
11
requires-python = " >=3.10"
12
12
dependencies = [
13
13
" ase >= 3.23.0" ,
14
14
" pyyaml>=6.0" ,
15
15
" numpy>=1.22.3,<2" ,
16
- " parsl @ git+https://github.com/parsl/parsl.git@21362b5 " ,
16
+ " parsl >= 2024.12.16 " ,
17
17
" prettytable" ,
18
18
" psutil" ,
19
- " cp2k-input-tools @ git+https://github.com/cp2k/cp2k-input-tools" , # need 2024.1
19
+ " cp2k-input-tools @ git+https://github.com/cp2k/cp2k-input-tools.git@3b9929735dcb3c8c0620a548b1fe20efecbad077 " , # need 2024.1
20
20
" pytimeparse" ,
21
21
]
22
22
You can’t perform that action at this time.
0 commit comments