Skip to content

Commit

Permalink
Relax dependencies (#10)
Browse files Browse the repository at this point in the history
Fixes #9
  • Loading branch information
lrnv authored Feb 12, 2024
1 parent b6e71d2 commit ffb9822
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ version = "0.1.2"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
TaylorDiff = "b36ab563-344f-407b-a36a-4f200bebf99c"
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"

[compat]
Distributions = "0.25"
Roots = "2"
TaylorSeries = "0.15, 0.16"
Roots = "1"
TaylorSeries = "0.12,0.13,0.14,0.15,0.16"
julia = "1"

[extras]
Expand Down

0 comments on commit ffb9822

Please sign in to comment.