From 827cc277f86c4b741cec3a1a3f8b27a1015ea4bc Mon Sep 17 00:00:00 2001 From: rly Date: Wed, 27 Sep 2023 13:19:23 -0700 Subject: [PATCH] Add pytables conda install to mac arm64 env --- environments/environment-MAC-arm64.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environments/environment-MAC-arm64.yml b/environments/environment-MAC-arm64.yml index 69740a3b8..e0602b8e5 100644 --- a/environments/environment-MAC-arm64.yml +++ b/environments/environment-MAC-arm64.yml @@ -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