From 0382ecbdb0ebf95da2a7569d955af485beb88a03 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:25 +0000 Subject: [PATCH] CompatHelper: add new compat entry for DocStringExtensions at version 0.9, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..c240c24 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +DocStringExtensions = "0.9" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"