File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ let configure_args = [
14
14
# Needed to pin the right Python file
15
15
" --native-file" , " native.ini" ,
16
16
# Handling conditionals
17
- ... (if ($env .WITH_LAMMPS == " 1" ) {
18
- [" -Dwith_lammps=True" ]
19
- } else {
20
- []
21
- })
22
17
# Always build metatomic support here
23
18
" -Dwith_metatomic=True" ,
24
19
" -Dpip_metatomic=False"
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ requirements:
55
55
- libtorch >=2.7,<2.8 cpu*
56
56
- libmetatomic-torch >=0.1.2,<0.2
57
57
- libmetatensor-torch
58
- - vesin
59
58
- eigen >=3.4,<3.5
60
59
- libblas
61
60
- libcblas
@@ -77,7 +76,6 @@ requirements:
77
76
- libtorch >=2.7,<2.8 cpu*
78
77
- libmetatomic-torch >=0.1.2,<0.2
79
78
- libmetatensor-torch
80
- - vesin
81
79
- if : osx
82
80
then : llvm-openmp
83
81
You can’t perform that action at this time.
0 commit comments