From 3d475a222cfc834ee73064cceec5516dc15d3eac Mon Sep 17 00:00:00 2001 From: pat-alt Date: Tue, 7 Nov 2023 15:06:59 +0100 Subject: [PATCH] compat --- Project.toml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Project.toml b/Project.toml index 9b4c73c4..c1a4e2ae 100644 --- a/Project.toml +++ b/Project.toml @@ -4,14 +4,10 @@ authors = ["Patrick Altmeyer"] version = "0.1.3" [deps] -CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" ComputationalResources = "ed09eef8-17a6-5b46-8889-db040fac31e3" -DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7" -MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d" MLJFlux = "094fc8d1-fd35-5302-93ea-dabda2abf845" MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea" MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54" @@ -22,16 +18,13 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" +cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd" [compat] -CSV = "0.10.11" Compat = "4.7.0" ComputationalResources = "0.3.2" -DataFrames = "1.5.0" Flux = "0.12, 0.13, 0.14" -MLJ = "0.19.2" -MLJBase = "0.21.11" -MLJFlux = "0.2.10, 0.3" +MLJFlux = "0.2.10, 0.3, 0.4" MLJModelInterface = "1.8.0" MLUtils = "0.4.3" Parameters = "0.12"