Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeRZP committed Sep 29, 2023
1 parent 70dc266 commit 6cdf244
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.9.3"
manifest_format = "2.0"
project_hash = "ccaad3afa8acae4a234c8f44f815ace369d1c468"
project_hash = "0e71ad6e15eb56192abf34a5977087470ae597ac"

[[deps.AbstractFFTs]]
deps = ["ChainRulesCore", "LinearAlgebra"]
Expand Down
4 changes: 1 addition & 3 deletions src/LimberJack.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ export Theory
export make_data

using Interpolations, LinearAlgebra, Statistics, QuadGK, Bolt
using NPZ, NumericalIntegration, PythonCall, LoopVectorization
using Artifacts # OrdinaryDiffEq

using NPZ, NumericalIntegration, PythonCall, Artifacts
include("core.jl")
include("boltzmann.jl")
include("data_utils.jl")
Expand Down
Binary file modified test/test_output.npz
Binary file not shown.

0 comments on commit 6cdf244

Please sign in to comment.