Skip to content

Commit ba1c735

Browse files
committed
relax fwddiff bound, add jl versions to CI
1 parent f43c4a7 commit ba1c735

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
version:
2222
- '1.9'
2323
- '1.10'
24+
- '1.11'
25+
- '1.12'
2426
- '1'
2527
os:
2628
- ubuntu-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "EmpiricalPotentials"
22
uuid = "38527215-9240-4c91-a638-d4250620c9e2"
3-
version = "0.2.4"
3+
version = "0.2.5"
44

55
[deps]
66
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
@@ -18,7 +18,7 @@ AtomsBase = "0.5"
1818
AtomsCalculators = "0.2"
1919
AtomsCalculatorsUtilities = "0.1.7"
2020
Bumper = "0.6, 0.7"
21-
ForwardDiff = "0.10"
21+
ForwardDiff = "0.10, 1"
2222
LinearAlgebra = "1"
2323
NeighbourLists = "0.5.6"
2424
StaticArrays = "1.7.0"

0 commit comments

Comments
 (0)