Skip to content

Commit

Permalink
remove unecessary statsplots
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdfish committed Jul 10, 2022
1 parent ffa7974 commit 66f5633
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ParameterSpacePartitions"
uuid = "64931d76-8770-46b0-8423-0a5d3a7d2d72"
authors = ["itsdfish"]
version = "0.4.0"
version = "0.4.1"

[deps]
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
Expand All @@ -16,20 +16,18 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
ThreadedIterables = "11d239b0-c0b9-11e8-1935-d5cfa53abb03"

[compat]
ComponentArrays = "0.11.9, 0.12"
ConcreteStructs = "v0.2.3"
DataFrames = "1.3.0"
Distributions = "0.23.0,0.24.0,v0.25.37"
QHull = "0.2"
ProgressMeter = "1.7.2"
QHull = "0.2"
Requires = "1.3.0"
SafeTestsets = "0.0.1"
SpecialFunctions = "2"
StatsPlots = "0.14.0"
ThreadedIterables = "v0.2.1"
julia = "1"

Expand Down

0 comments on commit 66f5633

Please sign in to comment.