Skip to content

Commit 4a9f594

Browse files
authored
Bump pythonnet (#43)
Update requirements
1 parent 266a72d commit 4a9f594

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ install:
1313
- conda config --set always_yes yes --set changeps1 no
1414
- conda update -q conda
1515
- 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"
1717
- activate test-environment
18-
- pip install pymzml==0.7.10
1918
- python setup.py install
2019

2120
test_script:

conda-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ scipy=1.1.0
66
fastcluster=1.1.23
77
pymzml=0.7.10
88
h5py=2.7.0
9-
pythonnet=2.3.0
9+
pythonnet=2.4.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ fastcluster==1.1.23
44
plotly==2.5.1
55
pymzml==0.7.10
66
h5py==2.7.0
7-
pythonnet>=2.3.0
7+
pythonnet==2.4.0

0 commit comments

Comments
 (0)