mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
008d615c62
Infrastructure improvements: 1. GitHub Actions CI workflow: - Test on Julia 1.10 (LTS) and latest stable - Ubuntu Linux runner - Code coverage via Codecov 2. Documentation build workflow: - Builds on push to master/main and PRs - Uses Documenter.jl with GitHub Pages deployment 3. Fix missing exports for tests: - Add Statistics to test dependencies Tests still have API mismatches (49 failures) but infrastructure is now
37 lines
1.4 KiB
TOML
37 lines
1.4 KiB
TOML
name = "JuliaFEM"
|
|
uuid = "f80590ac-b429-510a-8a99-e7c46989f22d"
|
|
version = "0.5.2"
|
|
author = ["Jukka Aho <ahojukka5@gmail.com>", "Tero Frondelius <tero.frondelius@gmail.com>", "Olli Väinölä"]
|
|
|
|
[deps]
|
|
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
|
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
|
|
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
|
|
Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4"
|
|
|
|
# Removed for minimal dependency approach:
|
|
# - Arpack: Modal analysis (solvers_modal.jl commented out)
|
|
# - Calculus: Symbolic basis generation (basis/create_basis.jl commented out)
|
|
# - ForwardDiff: Only used in tutorial notebooks for plasticity
|
|
# - HDF5/LightXML: I/O functionality (io.jl, AsterReader already commented out)
|
|
|
|
[compat]
|
|
Tensors = "≥ 1.0.0"
|
|
julia = "1.9"
|
|
|
|
[extras]
|
|
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
|
|
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
|
|
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
|
|
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
|
|
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
|
|
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
|
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
|
|
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
|
|
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
|
|
|
|
[targets]
|
|
test = ["Test", "Statistics"]
|