Skip to content

Commit

Permalink
Add Project.toml file and rm REQUIRE
Browse files Browse the repository at this point in the history
  • Loading branch information
YingboMa committed Apr 26, 2019
1 parent 4a235e9 commit 23307c2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.jl.cov
*.jl.*.cov
*.jl.mem
Manifest.toml
15 changes: 15 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
DiffEqDiffTools = "01453d9d-ee7c-5054-8395-0335cb756afa"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"

[compat]
DiffEqBase = ">= 3.0.0"
DiffEqDiffTools = ">= 0.3.0"
julia = ">= 1.0"
11 changes: 0 additions & 11 deletions REQUIRE

This file was deleted.

0 comments on commit 23307c2

Please sign in to comment.