Skip to content
18 changes: 11 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ uuid = "194d25b2-d3f5-49f0-af24-c124f4aa80cc"
version = "0.4.8"
authors = ["Michael Kraus <michael.kraus@ipp.mpg.de>"]

[weakdeps]
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"

[extensions]
HDF5Ext = "HDF5"

[deps]
AbstractNeuralNetworks = "60874f82-5ada-4c70-bd1c-fa6be7711c8a"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
Expand All @@ -19,6 +13,7 @@ Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GeometricBase = "9a0b12b7-583b-4f04-aa1f-d8551b6addc9"
GeometricEquations = "c85262ba-a08a-430a-b926-d29770767bf2"
GeometricOptimizers = "fc236c15-5557-4942-aa65-b650f329279e"
GeometricSolutions = "7843afe4-64f4-4df4-9231-049495c56661"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
Expand All @@ -37,6 +32,15 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"

[weakdeps]
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"

[sources]
GeometricOptimizers = {path = "../GeometricOptimizers"}

[extensions]
HDF5Ext = "HDF5"

[compat]
AbstractNeuralNetworks = "0.5, 0.6"
BandedMatrices = "1"
Expand Down Expand Up @@ -64,13 +68,13 @@ julia = "1.9"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
GeometricEquations = "c85262ba-a08a-430a-b926-d29770767bf2"
GeometricIntegrators = "dcce2d33-59f6-5b8d-9047-0defad88ae06"
GeometricProblems = "18cb22b4-ad41-5c80-9c5f-710df63fbdc9"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RungeKutta = "fb486d5c-30a0-4a8a-8415-a8b4ace5a6f7"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/assets/custom.sty
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

% custom hyphenation
\usepackage[htt]{hyphenat}
% renew texttt for better line breaks; taken from https://tex.stackexchange.com/questions/579789/combining-wrapping-texttt-with-sections-and-toc-improper-alphabetic-constan
% renew texttt for better line breaks; taken from https://tex.stackexchange.com/questions/579789/combining-wrapping-texttt-with-sections-and-toc-improper-alphabetic-constant
\DeclareRobustCommand{\texttt}[1]{%
\begingroup
\ttfamily
Expand Down
Loading
Loading