Skip to content

Commit 1961960

Browse files
committed
add version bounds
1 parent 30c6cfe commit 1961960

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Project.toml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,26 @@ StrideArrays = "d1fa6d79-ef01-42a6-86c9-f7c551f8593b"
2727
WithAlloc = "fb1aa66a-603c-4c1d-9bc4-66947c7b08dd"
2828

2929
[compat]
30+
ACE1 = "0.12"
31+
ACE1x = "0.1.8"
32+
ACEbase = "0.4"
33+
Bumper = "0.7"
3034
ChunkSplitters = "3"
35+
ChainRules = "1.0"
36+
DynamicPolynomials = "0.6"
37+
Interpolations = "0.14, 0.15"
3138
Folds = "0.2"
3239
JuLIP = "0.16"
40+
LinearAlgebra = "1.9"
3341
NamedTupleTools = "0.14"
42+
Polynomials = "4"
3443
Polynomials4ML = "0.3.0"
35-
julia = "1"
44+
SparseArrays = "1.9"
45+
SpheriCart = "0.1, 0.2"
46+
StaticArrays = "1.5"
47+
StaticPolynomials = "1.3"
48+
StrideArrays = "0.1"
49+
julia = "1.10"
3650
WithAlloc = "0.1.0"
3751

3852

0 commit comments

Comments
 (0)