Skip to content

Commit 5d483f9

Browse files
committed
version bump and version compatibilities added to dependencies
1 parent bf9bea8 commit 5d483f9

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Project.toml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ACEfriction"
22
uuid = "986aa7fc-b7ff-4dfb-8e8f-cd394e358ae2"
33
authors = ["Matthias Sachs <e.matthias.sachs@gmail.com> and Christoph Ortner <c.ortner@warwick.ac.uk>"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
ACEbase = "14bae519-eb20-449c-a949-9c58ed33163e"
@@ -24,10 +24,19 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2424
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
2525

2626
[compat]
27-
ACEfrictionCore = "0.1.0"
27+
ACEfrictionCore = "0.1"
2828
JuLIP = "0.16"
2929
StaticArrays = "1.0"
3030
julia = "1.11"
31+
CUDA = "5.8"
32+
Flux = "0.16"
33+
HDF5 = "0.17"
34+
KernelAbstractions = "0.9"
35+
NeighbourLists = "0.5"
36+
ProgressMeter = "1.11"
37+
Tullio = "0.3"
38+
Zygote = "0.6"
39+
3140

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

0 commit comments

Comments
 (0)