Skip to content

Commit

Permalink
add dependencies and fix a double import
Browse files Browse the repository at this point in the history
  • Loading branch information
Modatu committed Jun 25, 2020
1 parent 10e7f00 commit 35c742a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "0.1.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Expand Down
1 change: 0 additions & 1 deletion src/SpikingNeuralNetworks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ using Requires
using UnPack
using OrdinaryDiffEq
using DifferentialEquations
using Parameters
using RecursiveArrayTools
#using Unitful
#using Unitful.DefaultSymbols
Expand Down

0 comments on commit 35c742a

Please sign in to comment.