Skip to content

Commit

Permalink
introduce [compat] section in Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytecode committed Apr 4, 2024
1 parent 6670ecb commit 896c85a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,15 @@ QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
XML = "72c71f33-b9b6-44de-8c94-c961784809e2"

[compat]
BSplineKit = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17"
DataStructures = "0.17.7, 0.18"
Distances = "0.7, 0.8, 0.9, 0.10"
GLMakie = "0.0.14, 0.0.15, 0.0.16, 0.0.17, 0.0.18, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
GeometryBasics = "0.1.3, 0.2, 0.3, 0.4"
Interpolations = "0.11, 0.12, 0.13, 0.14, 0.15"
QuadGK = "1, 2"
Rotations = "1"
XML = "0.1, 0.2, 0.3"
julia = "1.5"

0 comments on commit 896c85a

Please sign in to comment.