Skip to content

Commit 45aa170

Browse files
ChrisRackauckaspkofod
authored andcommitted
add a project toml (#220)
* add a project toml * remove REQUIRE * lower lower bound
1 parent b2ff896 commit 45aa170

File tree

4 files changed

+29
-9
lines changed

4 files changed

+29
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*~
2+
Manifest.toml

Project.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name = "NLsolve"
2+
uuid = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
3+
version = "4.1.0"
4+
5+
[deps]
6+
DiffEqDiffTools = "01453d9d-ee7c-5054-8395-0335cb756afa"
7+
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
8+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
9+
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
10+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
11+
NLSolversBase = "d41bc354-129a-5804-8e4c-c37616107c6c"
12+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
13+
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
14+
15+
[compat]
16+
DiffEqDiffTools = ">=0.9"
17+
ForwardDiff = "0.10"
18+
julia = "1"
19+
LineSearches = "7"
20+
NLSolversBase = "7"
21+
22+
[extras]
23+
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
24+
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
25+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
26+
27+
[targets]
28+
test = ["DiffEqBase", "IterativeSolvers", "Test"]

REQUIRE

Lines changed: 0 additions & 7 deletions
This file was deleted.

test/REQUIRE

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)