Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,20 @@ G4Vis = ["Makie", "Colors", "StaticArrays", "Rotations", "LinearAlgebra", "IGLWr

[compat]
CSV = "0.10"
Colors = "0.13"
Copy link
Contributor

Choose a reason for hiding this comment

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

if this is only imported for colormap, this could go as far back as 0.12.9, where this was changed the last time.

JuliaGraphics/Colors.jl@6bb0d5c#diff-30b2eed98cb4313194584e592aa0fc6a51e8c537d2ed8c72ff541239dc59f90f

Probably, this could even be dated further back.

Suggested change
Colors = "0.13"
Colors = "0.12.9, 0.13"

CxxWrap = "0.16"
FHist = "0.11"
Geant4_julia_jll = "0.2"
GeometryBasics = "0.4,0.5"
IGLWrap_jll = "2.4.0"
julia = "1.9"
FHist = "0.11"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
IGLWrap_jll = "283677c1-8365-580c-84e5-ef4b5d190868"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[targets]
test = ["Test", "Pkg"]
test = ["Test", "Pkg"]
Loading