Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ig-dolci committed Feb 16, 2024
1 parent df36259 commit b4148c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit b4148c2

Please sign in to comment.