Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved Manifest.toml to gitignore #29

Merged
merged 9 commits into from
Feb 12, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix Project.toml to account for deps
  • Loading branch information
timueh committed Feb 11, 2020
commit 4f52bcb2b0bc4c746bbc40d8276470b6ac7175cf
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "^1"
AdaptiveRejectionSampling = "~0.1.0"
Combinatorics = "~1.0.0"
Distributions = "~0.22"
FFTW = "~1.2.0"
GaussQuadrature = "~0.5"
QuadGK = "~2.3.1"
SpecialFunctions = "~0.10"
AdaptiveRejectionSampling = "^0.1.0"
Combinatorics = "^0.7"
Distributions = "^0.21.1"
FFTW = "^1.0.0"
GaussQuadrature = "^0.5"
QuadGK = "^2.1"
SpecialFunctions = "^0.7.2"
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include("quadrature.jl")
# include("quadrature.jl")
include("recurrence_coefficients.jl")
include("discretization.jl")
include("logistic.jl")
Expand Down