Skip to content

Commit

Permalink
Fix apple silicon install 3.10+ (#2752)
Browse files Browse the repository at this point in the history
* Fix install on darwin arm64 Python 3.10+

* Fix darwin arm64 3.11+ install
  • Loading branch information
ringohoffman authored Jan 12, 2024
1 parent 55b7a2c commit 114c5f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"ipywidgets>=7.6",
"jaxtyping>=0.2.15",
"jupyterlab>=3.3.4",
"matplotlib>=3.5.3",
"matplotlib>=3.6.0",
"mediapy>=1.1.0",
"msgpack>=1.0.4",
"msgpack_numpy>=0.4.8",
Expand All @@ -46,7 +46,7 @@ dependencies = [
# TODO we can switch back to (non-new) rawpy if they start releasing arm64
# wheels. https://github.com/letmaik/rawpy/issues/171#issuecomment-1572627747
"rawpy>=0.18.1; platform_machine != 'arm64'",
"newrawpy>=0.18.1; platform_machine == 'arm64'",
"newrawpy>=1.0.0b0; platform_machine == 'arm64'",
"requests",
"rich>=12.5.1",
"scikit-image>=0.19.3",
Expand Down

0 comments on commit 114c5f7

Please sign in to comment.