Skip to content

Commit

Permalink
drop testing dependencies and add compat
Browse files Browse the repository at this point in the history
  • Loading branch information
trahflow committed Jan 25, 2024
1 parent 6c45896 commit 360c799
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ version = "1.0.0-DEV"

[deps]
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
GPURotate = "b5b053e5-4ec9-4538-b6d2-117730a7bd4b"
GridKernelDensity = "7e62f66d-cb2e-42d7-88c4-4af397292e4f"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
PointCloudModels = "0c81c233-99f2-4e9d-8280-42bd38b11ac0"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
SimpleUnPack = "ce78b400-467f-4804-87d8-8f486da07d0a"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Expand All @@ -25,6 +20,12 @@ DiffPointRasterisationCUDAExt = "CUDA"
DiffPointRasterisationChainRulesCoreExt = "ChainRulesCore"

[compat]
ChunkSplitters = "2"
FillArrays = "1.9.3"
Rotations = "1.6.1"
SimpleUnPack = "1.1"
StaticArrays = "1.9.1"
TestItems = "0.1.1"
julia = "1"

[extras]
Expand Down

0 comments on commit 360c799

Please sign in to comment.