Skip to content

Commit

Permalink
remove Sequences from Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentcp committed Apr 24, 2019
1 parent b3e1833 commit 5c7b93a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ version = "0.0.0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Sequences = "a3035606-0d97-52a5-9f37-19f5f67b7424"

[compat]
julia = "1.0"
Expand Down
3 changes: 3 additions & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
using Pkg
Pkg.activate(splitdir(@__DIR__)[1])
pkg"add https://github.com/vincentcp/Sequences.jl"

0 comments on commit 5c7b93a

Please sign in to comment.