-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
27 lines (25 loc) · 1.03 KB
/
Project.toml
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
name = "AdaptiveRegularization"
uuid = "79adfba0-1eab-50d9-8528-0589417a2bfe"
authors = ["Dussault, Jean-Pierre <[email protected] >, Goyette, Samuel <[email protected]>, Migot, Tangi <[email protected]>"]
version = "0.1.1"
[deps]
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"
SolverTools = "b5612192-2639-5dc1-abfe-fbedd65fab29"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseMatricesCOO = "fa32481b-f100-4b48-8dc8-c62f61b13870"
Stopping = "c4fe5a9e-e7fb-5c3d-89d5-7f405ab2214f"
StoppingInterface = "53949629-e8ff-437b-b6e7-14da1a85bf25"
[compat]
Krylov = "^0.8.2, 0.9"
LinearOperators = "1, 2"
NLPModels = "0.18, 0.19, 0.20, 0.21"
SolverCore = "0.2, 0.3"
SolverTools = "^0.8.8, 0.9"
SparseMatricesCOO = "0.1, 0.2"
Stopping = "0.6.4"
StoppingInterface = "0.3, 0.4, 0.5"
julia = "^1.10"