-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
28 lines (26 loc) · 1.03 KB
/
Copy pathProject.toml
File metadata and controls
28 lines (26 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name = "FunBoot"
uuid = "624387c1-c2da-488a-84ca-717520ddcb51"
version = "0.2.0"
authors = ["Zechuan Zheng <zechuan.zheng.phy@gmail.com>"]
[deps]
BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a"
DoubleFloats = "497a8b3b-efae-58df-a0af-a86822472b78"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LocalBarycentric = "76f80961-2c25-4edf-81b6-8f2cadf61fa3"
MathLink = "18c93696-a329-5786-9845-8443133fa0b4"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
BSplineKit = "0.19"
# >=1.9.4 only: versions 1.8.0–1.9.3 break inv(::Double64) for inputs with a
# zero low word (any lifted Float64), silently degrading Double64 LU to ~Float64
# quality — fatal at high-λ conditioning. Fixed in 1.9.4 (DoubleFloats.jl#291).
DoubleFloats = "1.9.4"
HDF5 = "0.17"
IterTools = "1.10"
LocalBarycentric = "0.2"
MathLink = "0.6.3"
julia = "1.12"