File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 46
46
with :
47
47
timeout_minutes : 30
48
48
max_attempts : 3
49
- command : python -m pip install .[all_extras,dev,unstable_extras ]
49
+ command : python -m pip install .[all_extras,dev]
50
50
51
51
- name : Show dependencies
52
52
run : python -m pip list
72
72
with :
73
73
timeout_minutes : 30
74
74
max_attempts : 3
75
- command : python -m pip install .[all_extras,dev]
75
+ command : python -m pip install .[all_extras,dev,unstable_extras ]
76
76
77
77
- name : Show dependencies
78
78
run : python -m pip list
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ all_extras = [
57
57
]
58
58
unstable_extras = [
59
59
" mrsqm>=0.0.7; python_version < '3.12'" , # requires gcc and fftw to be installed for Windows and some other OS (see http://www.fftw.org/index.html)
60
-
61
60
]
62
61
dev = [
63
62
" pre-commit" ,
You can’t perform that action at this time.
0 commit comments