Skip to content

Commit

Permalink
update project toml for julia 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
khosravipasha committed Jun 8, 2024
1 parent e531bb0 commit 833feff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
TikzGraphs = "b4f28e30-c73f-5eaf-a395-8a9db949a742"

[compat]
CUDA = "3.8.1, 4"
CUDA = "3.8.1, 4, 5"
ChowLiuTrees = "0.1.1"
CodecZlib = "0.7"
DirectedAcyclicGraphs = "0.1.3"
Expand All @@ -26,3 +26,7 @@ MetaGraphs = "0.7"
SpecialFunctions = "2.1"
TikzGraphs = "1.3"
julia = "1.6"
LazyArtifacts = "1"
Statistics = "1"
Random = "1"
Pkg = "1"

0 comments on commit 833feff

Please sign in to comment.