Skip to content

Commit

Permalink
Fix usage of ratetables.jl (#1)
Browse files Browse the repository at this point in the history
* Remove datasets

* Move to RateTables.jl

* fix usage of RateTables.jl

* try fixing CI

* try to comit manifests to see if it works better

* fix docs and stop checking on nightly

* revert gitignore

* revert docs modifications

* Delete Manifest.toml

* Delete docs/Manifest.toml

* restore CI

* try to add benchmark to prs.

* try fixing CI

* try to comit manifests to see if it works better

* fix docs and stop checking on nightly

* revert gitignore

* revert docs modifications

* Delete Manifest.toml

* Delete docs/Manifest.toml

* restore CI

* small correction

* Update CI.yml (#7)

* Update CompatHelper.yml (#9)

* CompatHelper: add new compat entry for CSV at version 0.10, (keep existing compat)

* move out

---------

Co-authored-by: CompatHelper Julia <[email protected]>
  • Loading branch information
lrnv and CompatHelper Julia authored Apr 9, 2024
1 parent 3284457 commit 239a909
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 69,101 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
RateTables = "d40fb65e-c2ee-4113-9e14-cb96ca0acb32"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Expand All @@ -18,6 +19,7 @@ CSV = "0.10"
DataFrames = "1"
Distributions = "0.25"
LinearAlgebra = "1.6"
RateTables = "0.1"
RCall = "0.14"
StatsAPI = "1"
StatsBase = "0.34"
Expand Down
Loading

0 comments on commit 239a909

Please sign in to comment.