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 )