Skip to content

Commit

Permalink
remove REQUIRE file for old Julia and add compat
Browse files Browse the repository at this point in the history
  • Loading branch information
reworkhow committed Apr 29, 2019
1 parent 6396d80 commit dc8efa9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 7 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
DataFrames = "≥ 0.18.1"
Distributions = "≥ 0.18.0"
ProgressMeter = "≥ 0.9.0"
CSV = "≥ 0.4.3"
julia = "≥ 1.1.0"
5 changes: 0 additions & 5 deletions REQUIRE

This file was deleted.

2 comments on commit dc8efa9

@reworkhow
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/396

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

git tag -a v0.5.4 -m "<description of version>" dc8efa9cde657ee2d3db9ce8621b0e81dd41be3c
git push origin v0.5.4

Please sign in to comment.