File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,8 @@ install:
13
13
- conda config --set always_yes yes --set changeps1 no
14
14
- conda update -q conda
15
15
- conda info -a
16
- - " conda create -q -n test-environment python=%PYTHON_VERSION% numpy=1.13.3 scipy=1.1.0 pythonnet=2.3.0 h5py=2.7.0 fastcluster=1.1.23 -c conda-forge -c bioconda -c pythonnet"
16
+ - " conda create -q -n test-environment python=%PYTHON_VERSION% --file conda-requirements.txt -c conda-forge -c bioconda -c pythonnet"
17
17
- activate test-environment
18
- - pip install pymzml==0.7.10
19
18
- python setup.py install
20
19
21
20
test_script :
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ scipy=1.1.0
6
6
fastcluster=1.1.23
7
7
pymzml=0.7.10
8
8
h5py=2.7.0
9
- pythonnet=2.3 .0
9
+ pythonnet=2.4 .0
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ fastcluster==1.1.23
4
4
plotly == 2.5.1
5
5
pymzml == 0.7.10
6
6
h5py == 2.7.0
7
- pythonnet >= 2.3 .0
7
+ pythonnet == 2.4 .0
You can’t perform that action at this time.
0 commit comments