File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 26
26
- name : Install dependencies
27
27
run : |
28
28
python -m pip install --upgrade pip
29
- pip install wheel flake8 pytest oldest-supported-numpy pandas cython tables
29
+ pip install wheel flake8 pytest oldest-supported-numpy cython
30
30
- name : Lint with flake8
31
31
run : |
32
32
# stop the build if there are Python syntax errors or undefined names
Original file line number Diff line number Diff line change 180
180
"model_20220104_CID_TMT_Y.xgboost" : "299539179ca55d4ac82e9aed6a4e0bd134a9a41e" ,
181
181
},
182
182
},
183
+ "timsTOF" : {
184
+ "id" : 12 ,
185
+ "ion_types" : ["B" , "Y" ],
186
+ "peaks_version" : "general" ,
187
+ "features_version" : "normal" ,
188
+ "xgboost_model_files" : {
189
+ "b" : "model_20230912_timsTOF_B.xgboost" ,
190
+ "y" : "model_20230912_timsTOF_Y.xgboost" ,
191
+ },
192
+ "model_hash" : {
193
+ "model_20230912_timsTOF_B.xgboost" : "6beb557052455310d8c66311c86866dda8291f4b" ,
194
+ "model_20230912_timsTOF_Y.xgboost" : "8edd87e0fba5f338d0a0881b5afbcf2f48ec5268" ,
195
+ },
196
+ },
183
197
}
184
198
MODELS ["HCD" ] = MODELS ["HCD2021" ]
185
199
Original file line number Diff line number Diff line change 6
6
from setuptools import setup
7
7
from setuptools .extension import Extension
8
8
9
- VERSION = "3.11 .0"
9
+ VERSION = "3.12 .0"
10
10
11
11
NAME = "ms2pip"
12
12
LICENSE = "apache-2.0"
You can’t perform that action at this time.
0 commit comments