Skip to content

Commit

Permalink
Put actual compatibility upper bounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarfati committed Dec 9, 2019
1 parent 6dd63e2 commit 6c29455
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,38 +49,38 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "0.7, 1.0, 1.1"
BenchmarkTools = ">= 0.4.3"
CSV = ">= 0.5.14"
Calculus = ">= 0.5.0"
ClusterManagers = ">= 0.3.2"
ColorTypes = ">= 0.8.0"
DataFrames = ">= 0.19.4"
DataStructures = ">= 0.17.5"
DifferentialEquations = ">= 6.8.0"
Distributions = ">= 0.21.7"
FFTW = ">= 1.1.0"
FileIO = ">= 1.0.7"
ForwardDiff = ">= 0.10.6"
FredData = ">= 0.3.1"
GR = ">= 0.42.0"
HDF5 = ">= 0.12.4"
JLD2 = ">= 0.1.3"
MbedTLS = ">= 0.6.8"
Missings = ">= 0.4.3"
ModelConstructors = ">= 0.1.4"
Nullables = ">= 0.0.8"
Optim = ">= 0.19.4"
OrderedCollections = ">= 1.1.0"
PDMats = ">= 0.9.10"
Plots = ">= 0.27.0"
RecipesBase = ">= 0.7.0"
Roots = ">= 0.8.3"
SMC = ">= 0.1.4"
SpecialFunctions = ">= 0.8.0"
StateSpaceRoutines = ">= 0.2.0"
StatsBase = ">= 0.32.0"
StatsFuns = ">= 0.9.0"
StatsPlots = ">= 0.12.0"
BenchmarkTools = "^0.4.3"
CSV = "^0.5.14"
Calculus = "^0.5.0"
ClusterManagers = "0.3.2, 0.4.0"
ColorTypes = "^0.8.0"
DataFrames = "^0.19.4"
DataStructures = "^0.17.5"
DifferentialEquations = "^6.8.0"
Distributions = "^0.21.7"
FFTW = "^1.1.0"
FileIO = "^1.0.7"
ForwardDiff = "^0.10.6"
FredData = "^0.3.1"
GR = "0.42.0, 0.44.0"
HDF5 = "^0.12.4"
JLD2 = "^0.1.3"
MbedTLS = "^0.6.8"
Missings = "^0.4.3"
ModelConstructors = "^0.1.4"
Nullables = "^0.0.8"
Optim = "^0.19.4"
OrderedCollections = "^1.1.0"
PDMats = "^0.9.10"
Plots = "^0.27.0"
RecipesBase = "^0.7.0"
Roots = "^0.8.3"
SMC = "^0.1.4"
SpecialFunctions = "^0.8.0"
StateSpaceRoutines = "^0.2.0"
StatsBase = "^0.32.0"
StatsFuns = "^0.9.0"
StatsPlots = "^0.12.0"

[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

2 comments on commit 6c29455

@FRBNY-DSGE-Team
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/5467

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 6c2945539a912f1ad05c319b864d70325df71399
git push origin v1.0.0

Please sign in to comment.