Skip to content

Commit

Permalink
Version bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
mschauer committed Oct 11, 2023
1 parent 07a04e7 commit a6a0585
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinkedLists = "70f5e60a-1556-5f34-a19e-a48b3e4aaee9"
Memoization = "6fafb56a-5788-4b4e-91ca-c0cea6611c73"
Memoize = "c03570c3-d221-55d1-a50c-7939bbd78826"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Expand All @@ -27,37 +26,40 @@ TabularDisplay = "3eeacb1d-13c2-54cc-9b18-30c86af3cadb"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"

[weakdeps]
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
GraphRecipes = "bd48cda9-67a9-57be-86fa-5b3c104eda73"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
TikzGraphs = "b4f28e30-c73f-5eaf-a395-8a9db949a742"
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"

[extensions]
GraphMakieExt = "GraphMakie"
GraphRecipesExt = ["GraphRecipes", "Plots"]
TikzGraphsExt = "TikzGraphs"
GraphMakieExt = "GraphMakie"

[compat]
Combinatorics = "1.0"
DelimitedFiles = "1.6, 1.7, 1.8, 1.9"
Distances = "0.8, 0.9, 0.10"
Distributions = "0.22, 0.23, 0.24, 0.25"
GraphRecipes = "0.5"
Graphs = "1.5, 1.6, 1.7, 1.8"
GraphMakie = "0.5"
LRUCache = "1.4"
GraphRecipes = "0.5"
Graphs = "1.5, 1.6, 1.7, 1.8, 1.9"
LRUCache = "1.4, 1.5"
LinkedLists = "0.1"
Memoization = "0.2"
MetaGraphs = "0.7"
NearestNeighbors = "0.4"
OffsetArrays = "1.12"
Plots = "1"
PrecompileTools = "1.1"
PrecompileTools = "1.1, 1.2"
ProgressMeter = "1.9"
Requires = "1.3"
SpecialFunctions = "1.8, 2.0, 2.1, 2.2, 2.3"
Tables = "1.6, 1.7, 1.8, 1.9, 1.10, 1.11"
TabularDisplay = "1.2"
ThreadsX = "0.1"
TikzGraphs = "1.3, 1.4"
julia = "1.6, 1.7, 1.8, 1.9"
julia = "1.6, 1.7, 1.8, 1.9, 1.10"

[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down

2 comments on commit a6a0585

@mschauer
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/93241

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.12.0 -m "<description of version>" a6a05855fb1e0cef667953872476d58d2b2ff8a0
git push origin v0.12.0

Please sign in to comment.