We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43c4a7 commit ba1c735Copy full SHA for ba1c735
.github/workflows/CI.yml
@@ -21,6 +21,8 @@ jobs:
21
version:
22
- '1.9'
23
- '1.10'
24
+ - '1.11'
25
+ - '1.12'
26
- '1'
27
os:
28
- ubuntu-latest
Project.toml
@@ -1,6 +1,6 @@
1
name = "EmpiricalPotentials"
2
uuid = "38527215-9240-4c91-a638-d4250620c9e2"
3
-version = "0.2.4"
+version = "0.2.5"
4
5
[deps]
6
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
@@ -18,7 +18,7 @@ AtomsBase = "0.5"
18
AtomsCalculators = "0.2"
19
AtomsCalculatorsUtilities = "0.1.7"
20
Bumper = "0.6, 0.7"
-ForwardDiff = "0.10"
+ForwardDiff = "0.10, 1"
LinearAlgebra = "1"
NeighbourLists = "0.5.6"
StaticArrays = "1.7.0"
0 commit comments