From a3837a600a1cec7a5e6f0c1d1a68ea10cc22f351 Mon Sep 17 00:00:00 2001 From: GiggleLiu Date: Wed, 9 Sep 2026 04:40:06 +0800 Subject: [PATCH] Expand compatibility to current dependency lines --- Project.toml | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 13b5447..36a5c2f 100644 --- a/Project.toml +++ b/Project.toml @@ -12,11 +12,11 @@ OMEinsum = "ebe7aa44-baf0-506c-a96f-8464559b3922" Yao = "5872b779-8223-5990-8dd0-5abbb0748c8c" [compat] -KrylovKit = "0.7, 0.8" +KrylovKit = "0.7, 0.8, 0.9, 0.10" LinearAlgebra = "1" LinearOperators = "2" LuxorGraphPlot = "0.4, 0.5" -OMEinsum = "0.8" +OMEinsum = "0.8, 0.9" Yao = "0.9" julia = "1" diff --git a/README.md b/README.md index 20baca4..1caf369 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,6 @@ [![Build Status](https://github.com/CodingThrust/SimpleTDVP.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/CodingThrust/SimpleTDVP.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/CodingThrust/SimpleTDVP.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/CodingThrust/SimpleTDVP.jl) +![Agent maintained](https://img.shields.io/badge/maintenance-agent%20maintained-blue) This repo is for tutoring.