Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmehr committed Apr 4, 2024
2 parents f36dcf8 + 879ebff commit 561dbe9
Show file tree
Hide file tree
Showing 890 changed files with 10,392 additions and 1,457,142 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.7'
- '1.9'
# - 'nightly'
os:
- ubuntu-latest
Expand Down
12 changes: 8 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ authors = ["Judd Mehr"]
version = "0.1.0"

[deps]
CCBlade = "e1828068-15df-11e9-03e4-ef195ea46fa4"
FLOWMath = "6cb5d3fb-0fe8-4cc2-bd89-9fe0b19a99d3"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
Expand All @@ -14,25 +13,30 @@ IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
SpeedMapping = "f1835b91-879b-4a3f-a438-e4baacf14412"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
CCBlade = "0.2"
FLOWMath = "0.3"
FastGaussQuadrature = "1"
FiniteDiff = "2"
ForwardDiff = "0.10"
ImplicitAD = "0.3"
IterativeSolvers = "0.9"
LineSearches = "7"
NLsolve = "4"
PreallocationTools = "0.4"
QuadGK = "2"
SimpleNonlinearSolve = "1"
SpecialFunctions = "2"
SpeedMapping = "0.3"
StaticArrays = "1"
Statistics = "1"
julia = "1.7"
julia = "1.9"

This file was deleted.

Loading

0 comments on commit 561dbe9

Please sign in to comment.