We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f84166 commit a97ec24Copy full SHA for a97ec24
Project.toml
@@ -1,7 +1,7 @@
1
name = "NerfUtils"
2
uuid = "99c1d5ce-7c61-4a25-a107-a5ade2e2a8e4"
3
authors = ["Anton Smirnov <[email protected]>"]
4
-version = "0.1.6"
+version = "0.2.0"
5
6
[deps]
7
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -18,13 +18,13 @@ AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
18
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
19
20
[compat]
21
-AMDGPU = "0.9.3"
+AMDGPU = "1"
22
Adapt = "4"
23
CUDA = "5"
24
-ChainRulesCore = "1.16"
+ChainRulesCore = "1.24"
25
KernelAbstractions = "0.9"
26
OrderedCollections = "1.6"
27
Quaternions = "0.7"
28
-Rotations = "1.6"
29
-StaticArrays = "1.6"
30
-julia = "1.9"
+Rotations = "1.7"
+StaticArrays = "1.9"
+julia = "1.10"
0 commit comments