Skip to content

Commit f401f97

Browse files
committed
set default to 3.8, can be overridden
1 parent 53e7c8c commit f401f97

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

environments/eeg-expy-docsbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
# System-level dependencies
6-
- python>=3.8
6+
- python=3.8
77
- pytables # install pytables for macOS arm64, so do not need to build from source.
88
- rust # used by docsbuild
99
- pip

environments/eeg-expy-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
# System-level dependencies
6-
- python>=3.8
6+
- python=3.8
77
- pytables # install pytables for macOS arm64, so do not need to build from source.
88
- rust # used by docsbuild
99
- liblsl # install liblsl to prevent error on macOS and Ubuntu: "RuntimeError: LSL binary library file was not found."

environments/eeg-expy-stimpres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
# System-level dependencies
6-
- python>=3.8
6+
- python=3.8
77
- wxpython>=4.0 # install wxpython to prevent error on macOS arm64: "site-packages/wx/_core.cpython-38-darwin.so, 0x0002): symbol not found in flat namespace '__ZN10wxBoxSizer20InformFirstDirectionEiii'"
88
- pip
99
- pip:

environments/eeg-expy-streaming.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
# System-level dependencies
6-
- python>=3.8
6+
- python=3.8
77
- liblsl # install liblsl to prevent error on macOS and Ubuntu: "RuntimeError: LSL binary library file was not found."
88
- pip
99
- pip:

environments/eeg-expy-streamstim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- defaults
55
dependencies:
66
# System-level dependencies
7-
- python>=3.8
7+
- python=3.8
88
- liblsl # install liblsl to prevent error on macOS and Ubuntu: "RuntimeError: LSL binary library file was not found."
99
- wxpython>=4.0 # install wxpython to prevent error on macOS arm64: "site-packages/wx/_core.cpython-38-darwin.so, 0x0002): symbol not found in flat namespace '__ZN10wxBoxSizer20InformFirstDirectionEiii'"
1010
- pip

0 commit comments

Comments
 (0)