Skip to content

Commit

Permalink
Re-enable arrow-key navigation; numpy<2 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae authored Jun 21, 2024
1 parent 70cf73d commit 8ca3967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
{"name": "Gallery", "url": "https://emsig.xyz/emg3d-gallery/gallery"},
{"name": "emsig", "url": "https://emsig.xyz"},
],
'navigation_with_keys': True,
# "use_edit_page_button": True,
}

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
python_requires=">=3.9",
install_requires=[
"scipy>=1.9",
"numpy<2.0",
"numba>=0.53",
"empymod>=2.3.0",
],
Expand Down

0 comments on commit 8ca3967

Please sign in to comment.