Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornelius-G committed Oct 27, 2023
1 parent d619d98 commit 4f6bda6
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 819 deletions.
9 changes: 3 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name = "EFTfitter"
uuid = "2a2a6a96-a4ec-477f-941b-476720990667"
authors = ["Cornelius Grunwald"]
version = "0.1.2"
version = "0.2"

[deps]
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
BAT = "c0cd4b16-88b7-57fa-983b-ab80aecada7e"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
Expand All @@ -15,17 +14,15 @@ Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
RobustAdaptiveMetropolisSampler = "2f96e190-b8a6-11e9-0b3d-5fbd22c21613"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
ValueShapes = "136a8f8c-c49b-4edb-8b98-f3d64d48be8f"

[compat]
BAT = "2, 3"
BAT = "3"
Distributions = "0.22, 0.23, 0.24, 0.25"
NamedTupleTools = "0.13"
Parameters = "0.12"
Expand All @@ -34,7 +31,7 @@ Requires = "0.5, 1"
Setfield = "0.7"
StatsBase = "0.32, 0.33"
ValueShapes = "0.7, 0.8, 0.9, 0.10"
julia = "1.3"
julia = "1.8, 1.9"

[extras]
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
Expand Down
50 changes: 0 additions & 50 deletions examples/curve_fit/curve_fit.jl

This file was deleted.

62 changes: 0 additions & 62 deletions examples/curve_fit/inputs.jl

This file was deleted.

39 changes: 0 additions & 39 deletions examples/curve_fit/optimize.py

This file was deleted.

46 changes: 0 additions & 46 deletions examples/curve_fit/runEFTfitter.jl

This file was deleted.

113 changes: 0 additions & 113 deletions examples/tutorial/ram_sampler.jl

This file was deleted.

5 changes: 1 addition & 4 deletions src/EFTfitter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,4 @@ function __init__()
@require Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" _PLOTS_MODULE[] = Plots
end

end # module

# TODO
#rm: ArraysOfArrays, RobustAdaptiveMetropolisSampler, BenchmarkTools, StaticArrays?
end # module
Loading

0 comments on commit 4f6bda6

Please sign in to comment.