Skip to content

Commit d9da836

Browse files
authored
[BACKPORT] [MAINT] Simplify dependency specifiers for conda (#142) (#143)
1 parent a6371d1 commit d9da836

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

environment.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ channels:
33
- conda-forge
44
dependencies:
55
- python>=3.10
6-
- joblib>=1.0.0
7-
- matplotlib>=3.5.0
6+
- joblib>=1.0
7+
- matplotlib>=3.5
88
- mne>=1.7
9-
- numba>=0.55.0
10-
- numpy>=1.21.2
9+
- numba>=0.55
10+
- numpy>=1.21
1111
- scikit-learn>=1.0
12-
- scipy>=1.7.1
12+
- scipy>=1.7

0 commit comments

Comments
 (0)