Skip to content

Commit 0cf9eec

Browse files
Add Functors as dependency for NaN/Inf checking
1 parent 5a2d692 commit 0cf9eec

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

lib/OptimizationOptimisers/Project.toml

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,36 @@ authors = ["Vaibhav Dixit <[email protected]> and contributors"]
44
version = "0.3.13"
55

66
[deps]
7-
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
8-
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
7+
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
8+
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
99
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
10+
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
11+
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
1012
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
11-
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
13+
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1214

13-
[extras]
14-
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
15-
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
16-
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
17-
MLDataDevices = "7e8f7934-dd98-4c1a-8fe8-92b47a384d40"
18-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
19-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
20-
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
21-
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
22-
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
15+
[sources]
16+
OptimizationBase = {path = "../OptimizationBase"}
2317

2418
[compat]
25-
julia = "1.10"
26-
OptimizationBase = "4"
27-
SciMLBase = "2.122.1"
19+
Functors = "0.4, 0.5"
20+
Logging = "1.10"
2821
Optimisers = "0.2, 0.3, 0.4"
22+
OptimizationBase = "4"
2923
Reexport = "1.2"
30-
Logging = "1.10"
24+
SciMLBase = "2.122.1"
25+
julia = "1.10"
3126

32-
[sources]
33-
OptimizationBase = {path = "../OptimizationBase"}
27+
[extras]
28+
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
29+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
30+
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
31+
MLDataDevices = "7e8f7934-dd98-4c1a-8fe8-92b47a384d40"
32+
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
33+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
34+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
35+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
36+
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3437

3538
[targets]
3639
test = ["ComponentArrays", "ForwardDiff", "Lux", "MLDataDevices", "MLUtils", "Random", "Test", "Zygote", "Printf"]

0 commit comments

Comments
 (0)