Skip to content

Commit 5cf0e1f

Browse files
authored
Revert ImplicitDifferentiation update (#7)
1 parent 05f75e7 commit 5cf0e1f

File tree

2 files changed

+53
-56
lines changed

2 files changed

+53
-56
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DifferentiableFrankWolfe"
22
uuid = "b383313e-5450-4164-a800-befbd27b574d"
33
authors = ["Guillaume Dalle <[email protected]> and contributors"]
4-
version = "0.1.3"
4+
version = "0.1.4"
55

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -12,7 +12,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1212
[compat]
1313
ChainRulesCore = "1.15"
1414
FrankWolfe = "0.2"
15-
ImplicitDifferentiation = "0.5"
15+
ImplicitDifferentiation = "=0.4.4"
1616
julia = "1.6"
1717

1818
[extras]

docs/Manifest.toml

Lines changed: 51 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.10.0-beta2"
3+
julia_version = "1.9.3"
44
manifest_format = "2.0"
55
project_hash = "a8dc9cefa8fd0b2e0fcfb2aa03fc750f1e1342f5"
66

@@ -101,10 +101,10 @@ uuid = "fa961155-64e5-5f13-b03f-caf6b980ea82"
101101
version = "0.4.2"
102102

103103
[[deps.ChainRules]]
104-
deps = ["Adapt", "ChainRulesCore", "Compat", "Distributed", "GPUArraysCore", "IrrationalConstants", "LinearAlgebra", "Random", "RealDot", "SparseArrays", "Statistics", "StructArrays"]
105-
git-tree-sha1 = "f98ae934cd677d51d2941088849f0bf2f59e6f6e"
104+
deps = ["Adapt", "ChainRulesCore", "Compat", "Distributed", "GPUArraysCore", "IrrationalConstants", "LinearAlgebra", "Random", "RealDot", "SparseArrays", "SparseInverseSubset", "Statistics", "StructArrays", "SuiteSparse"]
105+
git-tree-sha1 = "dbeca245b0680f5393b4e6c40dcead7230ab0b3b"
106106
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
107-
version = "1.53.0"
107+
version = "1.54.0"
108108

109109
[[deps.ChainRulesCore]]
110110
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
@@ -143,7 +143,7 @@ weakdeps = ["Dates", "LinearAlgebra"]
143143
[[deps.CompilerSupportLibraries_jll]]
144144
deps = ["Artifacts", "Libdl"]
145145
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
146-
version = "1.0.5+1"
146+
version = "1.0.5+0"
147147

148148
[[deps.ConstructionBase]]
149149
deps = ["LinearAlgebra"]
@@ -195,7 +195,7 @@ version = "1.15.1"
195195
deps = ["ChainRulesCore", "FrankWolfe", "ImplicitDifferentiation", "LinearAlgebra"]
196196
path = ".."
197197
uuid = "b383313e-5450-4164-a800-befbd27b574d"
198-
version = "0.1.3"
198+
version = "0.1.4"
199199

200200
[[deps.Distributed]]
201201
deps = ["Random", "Serialization", "Sockets"]
@@ -256,19 +256,19 @@ version = "0.10.36"
256256

257257
[[deps.FrankWolfe]]
258258
deps = ["Arpack", "GenericSchur", "Hungarian", "LinearAlgebra", "MathOptInterface", "Printf", "ProgressMeter", "Random", "Setfield", "SparseArrays", "TimerOutputs"]
259-
git-tree-sha1 = "6f419322c3012070c657e6de4355c571db4298fb"
259+
git-tree-sha1 = "59a0ecf6ef7843377b102be6f58cbc2898a427f0"
260260
uuid = "f55ce6ea-fdc5-4628-88c5-0087fe54bd30"
261-
version = "0.2.31"
261+
version = "0.2.32"
262262

263263
[[deps.Future]]
264264
deps = ["Random"]
265265
uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"
266266

267267
[[deps.GPUArrays]]
268268
deps = ["Adapt", "GPUArraysCore", "LLVM", "LinearAlgebra", "Printf", "Random", "Reexport", "Serialization", "Statistics"]
269-
git-tree-sha1 = "2e57b4a4f9cc15e85a24d603256fe08e527f48d1"
269+
git-tree-sha1 = "8ad8f375ae365aa1eb2f42e2565a40b55a4b69a8"
270270
uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
271-
version = "8.8.1"
271+
version = "9.0.0"
272272

273273
[[deps.GPUArraysCore]]
274274
deps = ["Adapt"]
@@ -301,22 +301,15 @@ uuid = "7869d1d1-7146-5819-86e3-90919afe41df"
301301
version = "0.4.10"
302302

303303
[[deps.ImplicitDifferentiation]]
304-
deps = ["AbstractDifferentiation", "Krylov", "LinearAlgebra", "LinearOperators", "PrecompileTools", "Requires", "SimpleUnPack"]
305-
git-tree-sha1 = "10e2462a420fcbf4c69425429544ef754630d8a2"
304+
deps = ["AbstractDifferentiation", "Krylov", "LinearOperators", "Requires"]
305+
git-tree-sha1 = "60dd9979c0dcbbb77404e47ae4f83ca98e51c73b"
306306
uuid = "57b37032-215b-411a-8a7c-41a003a55207"
307-
version = "0.5.0"
307+
version = "0.4.4"
308+
weakdeps = ["ChainRulesCore", "ForwardDiff"]
308309

309310
[deps.ImplicitDifferentiation.extensions]
310-
ImplicitDifferentiationChainRulesCoreExt = "ChainRulesCore"
311+
ImplicitDifferentiationChainRulesExt = "ChainRulesCore"
311312
ImplicitDifferentiationForwardDiffExt = "ForwardDiff"
312-
ImplicitDifferentiationStaticArraysExt = "StaticArrays"
313-
ImplicitDifferentiationZygoteExt = "Zygote"
314-
315-
[deps.ImplicitDifferentiation.weakdeps]
316-
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
317-
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
318-
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
319-
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
320313

321314
[[deps.InteractiveUtils]]
322315
deps = ["Markdown"]
@@ -346,9 +339,9 @@ version = "0.21.4"
346339

347340
[[deps.Krylov]]
348341
deps = ["LinearAlgebra", "Printf", "SparseArrays"]
349-
git-tree-sha1 = "fbda7c58464204d92f3b158578fb0b3d4224cea5"
342+
git-tree-sha1 = "17e462054b42dcdda73e9a9ba0c67754170c88ae"
350343
uuid = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
351-
version = "0.9.3"
344+
version = "0.9.4"
352345

353346
[[deps.LDLFactorizations]]
354347
deps = ["AMD", "LinearAlgebra", "SparseArrays", "Test"]
@@ -358,15 +351,15 @@ version = "0.10.0"
358351

359352
[[deps.LLVM]]
360353
deps = ["CEnum", "LLVMExtra_jll", "Libdl", "Printf", "Unicode"]
361-
git-tree-sha1 = "8695a49bfe05a2dc0feeefd06b4ca6361a018729"
354+
git-tree-sha1 = "a9d2ce1d5007b1e8f6c5b89c5a31ff8bd146db5c"
362355
uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
363-
version = "6.1.0"
356+
version = "6.2.1"
364357

365358
[[deps.LLVMExtra_jll]]
366359
deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl", "TOML"]
367-
git-tree-sha1 = "c35203c1e1002747da220ffc3c0762ce7754b08c"
360+
git-tree-sha1 = "7ca6850ae880cc99b59b88517545f91a52020afa"
368361
uuid = "dad2f222-ce93-54a1-a47d-0025e8a3acab"
369-
version = "0.0.23+0"
362+
version = "0.0.25+0"
370363

371364
[[deps.LazyArtifacts]]
372365
deps = ["Artifacts", "Pkg"]
@@ -375,12 +368,12 @@ uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
375368
[[deps.LibCURL]]
376369
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
377370
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
378-
version = "0.6.4"
371+
version = "0.6.3"
379372

380373
[[deps.LibCURL_jll]]
381374
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
382375
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
383-
version = "8.0.1+1"
376+
version = "7.84.0+0"
384377

385378
[[deps.LibGit2]]
386379
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
@@ -389,7 +382,7 @@ uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
389382
[[deps.LibSSH2_jll]]
390383
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
391384
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
392-
version = "1.11.0+1"
385+
version = "1.10.2+0"
393386

394387
[[deps.Libdl]]
395388
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
@@ -406,9 +399,9 @@ version = "2.5.2"
406399

407400
[[deps.Literate]]
408401
deps = ["Base64", "IOCapture", "JSON", "REPL"]
409-
git-tree-sha1 = "a1a0d4ff9f785a2184baca7a5c89e664f144143d"
402+
git-tree-sha1 = "ae5703dde29228490f03cbd64c47be8131819485"
410403
uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
411-
version = "2.14.1"
404+
version = "2.15.0"
412405

413406
[[deps.LogExpFunctions]]
414407
deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"]
@@ -448,20 +441,20 @@ version = "1.19.0"
448441
[[deps.MbedTLS_jll]]
449442
deps = ["Artifacts", "Libdl"]
450443
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
451-
version = "2.28.2+1"
444+
version = "2.28.2+0"
452445

453446
[[deps.Mmap]]
454447
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
455448

456449
[[deps.MozillaCACerts_jll]]
457450
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
458-
version = "2023.1.10"
451+
version = "2022.10.11"
459452

460453
[[deps.MutableArithmetics]]
461454
deps = ["LinearAlgebra", "SparseArrays", "Test"]
462-
git-tree-sha1 = "5879579adbd9bc3017fe63c766371aace1a1d641"
455+
git-tree-sha1 = "a7b647ce8f4fefbcaf7de28fa208c812e21dc18f"
463456
uuid = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
464-
version = "1.3.1"
457+
version = "1.3.2"
465458

466459
[[deps.NaNMath]]
467460
deps = ["OpenLibm_jll"]
@@ -476,12 +469,12 @@ version = "1.2.0"
476469
[[deps.OpenBLAS_jll]]
477470
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
478471
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
479-
version = "0.3.23+2"
472+
version = "0.3.21+4"
480473

481474
[[deps.OpenLibm_jll]]
482475
deps = ["Artifacts", "Libdl"]
483476
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"
484-
version = "0.8.1+2"
477+
version = "0.8.1+0"
485478

486479
[[deps.OpenSpecFun_jll]]
487480
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Pkg"]
@@ -503,7 +496,7 @@ version = "2.7.2"
503496
[[deps.Pkg]]
504497
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
505498
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
506-
version = "1.10.0"
499+
version = "1.9.2"
507500

508501
[[deps.PrecompileTools]]
509502
deps = ["Preferences"]
@@ -536,7 +529,7 @@ deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
536529
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
537530

538531
[[deps.Random]]
539-
deps = ["SHA"]
532+
deps = ["SHA", "Serialization"]
540533
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
541534

542535
[[deps.RealDot]]
@@ -569,18 +562,18 @@ git-tree-sha1 = "e2cc6d8c88613c05e1defb55170bf5ff211fbeac"
569562
uuid = "efcf1570-3423-57d1-acb7-fd33fddbac46"
570563
version = "1.1.1"
571564

572-
[[deps.SimpleUnPack]]
573-
git-tree-sha1 = "58e6353e72cde29b90a69527e56df1b5c3d8c437"
574-
uuid = "ce78b400-467f-4804-87d8-8f486da07d0a"
575-
version = "1.1.0"
576-
577565
[[deps.Sockets]]
578566
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
579567

580568
[[deps.SparseArrays]]
581569
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
582570
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
583-
version = "1.10.0"
571+
572+
[[deps.SparseInverseSubset]]
573+
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
574+
git-tree-sha1 = "91402087fd5d13b2d97e3ef29bbdf9d7859e678a"
575+
uuid = "dc90abb0-5640-4711-901d-7e5b23a2fada"
576+
version = "0.1.1"
584577

585578
[[deps.SpecialFunctions]]
586579
deps = ["IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"]
@@ -608,10 +601,14 @@ git-tree-sha1 = "521a0e828e98bb69042fec1809c1b5a680eb7389"
608601
uuid = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
609602
version = "0.6.15"
610603

604+
[[deps.SuiteSparse]]
605+
deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
606+
uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
607+
611608
[[deps.SuiteSparse_jll]]
612609
deps = ["Artifacts", "Libdl", "Pkg", "libblastrampoline_jll"]
613610
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
614-
version = "7.2.0+1"
611+
version = "5.10.1+6"
615612

616613
[[deps.TOML]]
617614
deps = ["Dates"]
@@ -661,13 +658,13 @@ uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
661658
[[deps.Zlib_jll]]
662659
deps = ["Libdl"]
663660
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
664-
version = "1.2.13+1"
661+
version = "1.2.13+0"
665662

666663
[[deps.Zygote]]
667664
deps = ["AbstractFFTs", "ChainRules", "ChainRulesCore", "DiffRules", "Distributed", "FillArrays", "ForwardDiff", "GPUArrays", "GPUArraysCore", "IRTools", "InteractiveUtils", "LinearAlgebra", "LogExpFunctions", "MacroTools", "NaNMath", "PrecompileTools", "Random", "Requires", "SparseArrays", "SpecialFunctions", "Statistics", "ZygoteRules"]
668-
git-tree-sha1 = "e2fe78907130b521619bc88408c859a472c4172b"
665+
git-tree-sha1 = "b97c927497c1de55a78dc9030f6068be5d83ef80"
669666
uuid = "e88e6eb3-aa80-5325-afca-941959d7151f"
670-
version = "0.6.63"
667+
version = "0.6.64"
671668

672669
[deps.Zygote.extensions]
673670
ZygoteColorsExt = "Colors"
@@ -688,14 +685,14 @@ version = "0.2.3"
688685
[[deps.libblastrampoline_jll]]
689686
deps = ["Artifacts", "Libdl"]
690687
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
691-
version = "5.8.0+1"
688+
version = "5.8.0+0"
692689

693690
[[deps.nghttp2_jll]]
694691
deps = ["Artifacts", "Libdl"]
695692
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
696-
version = "1.52.0+1"
693+
version = "1.48.0+0"
697694

698695
[[deps.p7zip_jll]]
699696
deps = ["Artifacts", "Libdl"]
700697
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
701-
version = "17.4.0+2"
698+
version = "17.4.0+0"

0 commit comments

Comments
 (0)