From 021cf65db0d5fb2038b6f28ff9f7a5514cdd4a53 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Tue, 17 Oct 2023 18:05:27 -0700 Subject: [PATCH] Add stdlib compat to Project.toml --- Project.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Project.toml b/Project.toml index 1a1e33d9da..41e777e13e 100644 --- a/Project.toml +++ b/Project.toml @@ -28,11 +28,16 @@ DataStructures = "0.18" ForwardDiff = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10" JSON = "~0.21" JSONSchema = "1" +LinearAlgebra = "1.6" MutableArithmetics = "1" NaNMath = "0.3, 1" OrderedCollections = "1" PrecompileTools = "1" +Printf = "1.6" +SparseArrays = "1.6" SpecialFunctions = "0.8, 1, 2" +Test = "1.6" +Unicode = "1.6" julia = "1.6" [extras]