Skip to content

Commit fcd6272

Browse files
authored
pyedflib 0.1.39 not on cf yet, rm setuptools on win
1 parent c1b3b5d commit fcd6272

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

environments/environment-MAC-apple-silicon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.39 # PyPI build fails due to x64/arm64 mismatch so install from conda-forge
10+
- pyedflib = 0.1.38 # 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
1212
- 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

environments/environment-Windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ dependencies:
77
- nodejs = 18.16.1
88
- pywin32 = 308
99
- git = 2.20.1
10-
- setuptools = 58.0.4
1110
- pip
1211
- pip:
1312
- setuptools==70.0.0

0 commit comments

Comments
 (0)