Skip to content

Commit

Permalink
Merge pull request #18 from codetalker7/compat-branch
Browse files Browse the repository at this point in the history
Adding compat sections for dependencies in Project.toml.
  • Loading branch information
ayushpatnaikgit committed Apr 18, 2022
2 parents 93c6160 + c68a2eb commit f7834ae
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,25 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
ArchGDAL = "0.8.3"
CSV = "0.10.4"
CubicSplines = "0.1.1"
DataFrames = "1.3.3"
Dates = "1.7.0"
Distributions = "0.25.53"
GLM = "1.7.0"
GeoArrays = "0.7.2"
GeoInterface = "0.5.7"
HypothesisTests = "0.10.9"
Images = "0.25.2"
JLD = "0.13.1"
ProgressMeter = "1.7.2"
RecursiveArrayTools = "2.26.3"
Shapefile = "0.7.4"
SmoothingSplines = "0.3.1"
SparseArrays = "1.7.0"
Statistics = "1.7.0"
StatsBase = "0.33.16"
julia = "1"

[extras]
Expand Down

0 comments on commit f7834ae

Please sign in to comment.