Skip to content

Commit 4f5233e

Browse files
committed
use single Project.toml file
1 parent 78a5a46 commit 4f5233e

File tree

2 files changed

+71
-72
lines changed

2 files changed

+71
-72
lines changed

Project.toml

Lines changed: 71 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,38 +71,51 @@ AbstractFFTs = "1.5"
7171
Adapt = "4.1"
7272
ArrayInterface = "7.17.1"
7373
CEnum = "0.5"
74-
CUDA = "5.6"
74+
CUDA = "5.5"
7575
DLFP8Types = "0.1"
76+
Distributions = "0.25"
7677
Downloads = "1.6"
7778
EnumX = "1"
78-
Enzyme = "0.13.49"
79+
Enzyme = "0.13.28"
7980
EnzymeCore = "0.8.11"
81+
FFTW = "1.8"
8082
Float8s = "0.1"
83+
Flux = "0.15, 0.16"
8184
Functors = "0.5"
85+
HypothesisTests = "0.11"
86+
InteractiveUtils = "1.10"
8287
GPUArraysCore = "0.2"
8388
GPUCompiler = "1.3"
8489
HTTP = "1.10.15"
8590
KernelAbstractions = "0.9.30"
8691
LLVM = "9.1"
8792
LLVMOpenMP_jll = "18.1.7"
8893
LinearAlgebra = "1.10"
94+
Lux = "1.4.1"
95+
LuxLib = "1.3"
96+
MLUtils = "0.4.4"
8997
MPI = "0.20"
9098
NNlib = "0.9.26"
9199
OffsetArrays = "1"
92-
OneHotArrays = "0.2.10"
100+
OneHotArrays = "0.2.6"
101+
Optimisers = "0.4"
93102
OrderedCollections = "1"
94103
PrecompileTools = "1.2"
95104
Preferences = "1.4"
96-
PythonCall = "0.9.25"
105+
PythonCall = "0.9"
97106
Random = "1.10"
98107
Random123 = "1.7"
108+
SafeTestsets = "0.1"
99109
ReactantCore = "0.1.15"
100110
Reactant_jll = "0.0.228"
101111
ScopedValues = "1.3.0"
102112
Scratch = "1.2"
103113
Sockets = "1.10"
104114
SpecialFunctions = "2.4"
115+
StableRNGs = "1"
105116
Statistics = "1.10"
117+
StatsBase = "0.34"
118+
Test = "1.10"
106119
unzip_jll = "6"
107120
YaoBlocks = "0.13, 0.14"
108121
julia = "1.10"
@@ -111,5 +124,59 @@ julia = "1.10"
111124
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
112125
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
113126
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
127+
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
114128
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
115129
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
130+
Reactant_jll = "0192cb87-2b54-54ad-80e0-3be72ad8a3c0"
131+
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
132+
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
133+
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
134+
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
135+
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
136+
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
137+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
138+
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
139+
LuxLib = "82251201-b29d-42c6-8e01-566dec8acb11"
140+
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
141+
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
142+
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
143+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
144+
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
145+
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
146+
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
147+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
148+
149+
[targets]
150+
test = [
151+
"Adapt",
152+
"ArrayInterface",
153+
"CUDA",
154+
"DLFP8Types",
155+
"Distributions",
156+
"Enzyme",
157+
"FFTW",
158+
"Float8s",
159+
"Flux",
160+
"Functors",
161+
"HypothesisTests",
162+
"InteractiveUtils",
163+
"KernelAbstractions",
164+
"LinearAlgebra",
165+
"Lux",
166+
"LuxLib",
167+
"MLUtils",
168+
"NNlib",
169+
"OffsetArrays",
170+
"OneHotArrays",
171+
"Optimisers",
172+
"Preferences",
173+
"PythonCall",
174+
"Random",
175+
"Random123",
176+
"SafeTestsets",
177+
"SpecialFunctions",
178+
"StableRNGs",
179+
"Statistics",
180+
"StatsBase",
181+
"Test",
182+
]

test/Project.toml

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)