File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ dependencies:
77 - nodejs = 18.16.1
88 # Install these from conda-forge so that dependent packages get included in the distributable
99 - lxml = 4.9.3 # PyPI build fails due to x64/arm64 mismatch so install from conda-forge
10- - pyedflib = 0.1.32 # PyPI build fails due to x64/arm64 mismatch so install from conda-forge
10+ - pyedflib = 0.1.39 # PyPI build fails due to x64/arm64 mismatch so install from conda-forge
1111 - numpy # May have x64/arm64 mismatch issues so install from conda-forge
12- - pytables = 3.8 # PyPI build fails on arm64 so install from conda-forge (used by neuroconv deps)
12+ - pytables = 3.10.2 # PyPI build fails on arm64 so install from conda-forge (used by neuroconv deps)
1313 - jsonschema = 4.18.0 # Also installs jsonschema-specifications
1414 - pip
1515 - pip :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
55dependencies :
66 - python = 3.12.9
77 - nodejs = 18.16.1
8- - pywin32 = 303
8+ - pywin32 = 308
99 - git = 2.20.1
1010 - setuptools = 58.0.4
1111 - pip
You can’t perform that action at this time.
0 commit comments