From b4148c2307d0310d696a48dd40290fb1829985b8 Mon Sep 17 00:00:00 2001 From: Iglesia Dolci Date: Fri, 16 Feb 2024 16:42:48 +0000 Subject: [PATCH] fix setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c94b7e63..9e448a43 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,6 @@ package_dir={'pyadjoint': 'pyadjoint', 'firedrake_adjoint': 'firedrake_adjoint', 'numpy_adjoint': 'numpy_adjoint'}, - install_requires=['scipy>=1.0', 'checkpoint-schedules'], + install_requires=['scipy>=1.0', 'checkpoint_schedules'], extras_require=extras )