Skip to content

Commit c1b3b5d

Browse files
authored
Update pyedflib and pywin32
1 parent 8468794 commit c1b3b5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

environments/environment-MAC-apple-silicon.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

environments/environment-Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
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

0 commit comments

Comments
 (0)