Skip to content

Commit

Permalink
update to using julia 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmehr committed Jun 6, 2024
1 parent 96ba937 commit 2cb6973
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9'
# - 'nightly'
- '1.10'
- 'nightly'
os:
- ubuntu-latest
arch:
Expand Down
8 changes: 3 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name = "DuctAPE"
uuid = "ad8e49fd-fab7-444e-af4a-0daba3b8bf11"
authors = ["Judd Mehr"]
version = "0.1.0"
version = "0.5.0"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
FLOWMath = "6cb5d3fb-0fe8-4cc2-bd89-9fe0b19a99d3"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
FixedPoint = "3325f569-5a18-4e7d-8356-246b69339eea"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ImplicitAD = "e7cbb90b-9b31-4eb2-a8c8-45099c074ee1"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MINPACK = "4854310b-de5a-5eb6-a2a5-c1dee2bd17f9"
Expand All @@ -27,13 +27,11 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
FLOWMath = "0.3"
FastGaussQuadrature = "1"
FiniteDiff = "2"
FixedPoint = "1"
ForwardDiff = "0.10"
ImplicitAD = "0.3"
IterativeSolvers = "0.9"
LineSearches = "7"
MINPACK = "1"
NLsolve = "4"
Expand All @@ -45,4 +43,4 @@ SpecialFunctions = "2"
SpeedMapping = "0.3"
StaticArrays = "1"
Statistics = "1"
julia = "1.9"
julia = "1.10"

0 comments on commit 2cb6973

Please sign in to comment.