Skip to content

Commit

Permalink
Update [compat] (#7)
Browse files Browse the repository at this point in the history
This also removes LightGraphs in favor of Graphs
  • Loading branch information
timholy authored Apr 10, 2024
1 parent 65e6ab7 commit fda8aec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
NRRD = "9bb6cfbd-7763-5393-b1b5-1c8e09872146"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Expand All @@ -38,17 +37,21 @@ AWSS3 = "0.10, 0.11"
AxisArrays = "0.4"
CoordinateTransformations = "0.6"
FileIO = "1"
FilePathsBase = "0.9"
Graphs = "1"
HTTP = "1"
ImageCore = "0.9, 0.10"
ImageTransformations = "0.10"
IndirectArrays = "1"
Interpolations = "0.14"
Interpolations = "0.14, 0.15"
IntervalSets = "0.7"
JSON = "0.21"
JSON3 = "1"
NRRD = "0.6"
OffsetArrays = "1"
ProgressMeter = "1"
StaticArrays = "1"
StructTypes = "1"
Unitful = "1"
julia = "1.9"

Expand Down
2 changes: 1 addition & 1 deletion src/AllenBrain.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module AllenBrain

using Statistics
using JSON, LightGraphs, IndirectArrays, AxisArrays, OffsetArrays
using JSON, Graphs, IndirectArrays, AxisArrays, OffsetArrays
using JSON3, StructTypes
using FilePathsBase
using StaticArrays, CoordinateTransformations
Expand Down

0 comments on commit fda8aec

Please sign in to comment.