Skip to content

Commit 7e008ea

Browse files
Merge pull request #56 from EcoExtreML/fix_env_file
Fix version syntax in the environment file
2 parents b687621 + 9b94834 commit 7e008ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
dependencies:
66
- pip
7-
- python>=3.8, python<3.11
7+
- python>=3.8,<3.11
88
- jupyterlab # needed to run notebooks
99
- pip:
10-
- git+https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing.git@main # will be replaced by `pip install pystemmusscope`
10+
- pystemmusscope

0 commit comments

Comments
 (0)