Skip to content

Commit

Permalink
Merge pull request #135 from dolfin-adjoint/dolci/fix_setup
Browse files Browse the repository at this point in the history
fix setup
  • Loading branch information
Ig-dolci committed Feb 16, 2024
2 parents 220ea7f + b4148c2 commit f8cb3aa
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 f8cb3aa

Please sign in to comment.