Skip to content

Commit

Permalink
Merge pull request #35 from radioflash/compat-info
Browse files Browse the repository at this point in the history
Add compatibility info to project.toml
  • Loading branch information
lassepe committed May 4, 2021
2 parents 1c4c2a2 + 07c75fe commit f54f309
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Expand Up @@ -11,7 +11,9 @@ Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
julia = "^1.0"
julia = "1"
Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.24, 0.25"
ForwardDiff = "0.9, 0.10"

[extras]
NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464"
Expand Down

0 comments on commit f54f309

Please sign in to comment.