-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
24 lines (22 loc) · 763 Bytes
/
Project.toml
File metadata and controls
24 lines (22 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name = "RCMPS"
uuid = "fd627409-c141-43fa-9700-a999155c4e46"
version = "0.1.0"
authors = ["Benjamin Søgaard"]
[deps]
Bessels = "0e736298-9ec6-45e8-9647-e4fc86a2fe38"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
DoubleExponentialFormulas = "eb426421-6452-4132-80ef-4b100a757ac5"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OptimKit = "77e91f04-9b3b-57a6-a776-40b61faaebe0"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Bessels = "0.2.8"
DifferentialEquations = "7.17.0"
DoubleExponentialFormulas = "0.1.0"
KrylovKit = "0.10.2"
LinearAlgebra = "1.12.0"
OptimKit = "0.4.2"
SpecialFunctions = "2.6.1"
Test = "1.11.0"