Skip to content

Commit 0974d54

Browse files
committed
Flux and Cuda requirements relaxed
...to allow for compatibility with ACEpotentials.jl v0.9.1
1 parent 862b184 commit 0974d54

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Project.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,17 @@ cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
2525

2626
[compat]
2727
ACEfrictionCore = "0.1"
28-
JuLIP = "0.16"
29-
StaticArrays = "1.0"
30-
julia = "1.11"
31-
CUDA = "5.8"
32-
Flux = "0.14, 0.15, 0.16"
28+
CUDA = "5.5"
29+
Flux = "0.14, 0.15, 0.16"
3330
HDF5 = "0.17"
31+
JuLIP = "0.16"
3432
KernelAbstractions = "0.9"
3533
NeighbourLists = "0.5"
3634
ProgressMeter = "1.11"
35+
StaticArrays = "1.0"
3736
Tullio = "0.3"
3837
Zygote = "0.6"
39-
38+
julia = "1.11"
4039

4140
[extras]
4241
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)