From 6cff101a7f850e2fab3dd92161b8b3cce1352f94 Mon Sep 17 00:00:00 2001 From: basilib Date: Thu, 29 Feb 2024 16:37:47 +0000 Subject: [PATCH] Testing with latest pyscf --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d145fbc9..a63ac60a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "scipy>=1.1.0,<=1.10.0", "h5py>=2.7", "cvxpy>=1.1", - "pyscf @ git+https://github.com/pyscf/pyscf@e90d8342e29446365f8570682af4a65fe16be27c", + "pyscf @ git+https://github.com/pyscf/pyscf@master", ] dynamic = ["version"]