Skip to content

Commit

Permalink
Merge pull request #396 from NeurodataWithoutBorders/fix_macos_arm64_env
Browse files Browse the repository at this point in the history
Add pytables conda install to mac arm64 env
  • Loading branch information
CodyCBakerPhD authored Sep 27, 2023
2 parents 11d829a + 827cc27 commit 4c4605e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions environments/environment-MAC-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- lxml = 4.9.3 # pypi build fails due to x64/arm64 mismatch so install from conda-forge
- pyedflib = 0.1.32 # pypi build fails due to x64/arm64 mismatch so install from conda-forge
- numpy # may have x64/arm64 mismatch issues so install from conda-forge
- pytables = 3.8 # pypi build fails on arm64 so install from conda-forge (used by neuroconv deps)
# install these from conda-forge so that dependent packages get included in the distributable
- jsonschema = 4.18.0 # installs jsonschema-specifications
- pydantic[email] = 1.10.12 # installs email-validator
Expand Down

0 comments on commit 4c4605e

Please sign in to comment.