Skip to content

Commit

Permalink
Restrict package versioning for julia registry
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Nov 21, 2024
1 parent 3a93fe8 commit 95a5a26
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions julia/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ version = "0.1.0"

[deps]
BasicModelInterface = "59605e27-edc0-445a-b93d-c09a3a50b330"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
OpenAPI = "d5e62ea6-ddf3-4d43-8e4c-ad5e6c8bfd7d"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"

[compat]
JSON = "0.21.4"
julia = "1.10"
BasicModelInterface = "0.1.0"
HTTP = "1"
JSON = "0.21.4"
OpenAPI = "0.1"
TimeZones = "1"
URIs = "1"

0 comments on commit 95a5a26

Please sign in to comment.