Skip to content

Commit

Permalink
remove Pkg dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jan 13, 2019
1 parent a999122 commit cff6502
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -660,10 +660,6 @@ git-tree-sha1 = "b0baaa5218ca0ffd6a8ae37ef0b58e0df688ac8b"
uuid = "06bb1623-fdd5-5ca2-a01c-88eae3ea319e"
version = "0.1.2"

[[Pkg]]
deps = ["Dates", "LibGit2", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[[PoissonRandom]]
deps = ["Random", "Statistics", "Test"]
git-tree-sha1 = "99d878d6de90bbf73bca7c970c1a25386b16b11f"
Expand Down
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathProgBase = "fdba3010-5040-5b88-9595-932c9decdf73"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Expand Down
1 change: 0 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ IterTools
SpecialFunctions
Images
PyPlot
Pkg
1 change: 0 additions & 1 deletion src/ReactionMechanismSimulator.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module ReactionMechanismSimulator
using Pkg
using PyCall
push!(PyVector(pyimport("sys")["path"]), "")
const Chem = PyNULL()
Expand Down

0 comments on commit cff6502

Please sign in to comment.