File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ before_install:
12
12
- pip install -U pytest pytest-cov pytest-benchmark codecov
13
13
14
14
install :
15
- - pip install -U numpy scipy python-libsbml lxml
15
+ - pip install -U python-libsbml lxml
16
16
- pip install -e .
17
17
18
18
script :
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ environment:
18
18
install :
19
19
# We need wheel installed to build wheels
20
20
- " %PYTHON%\\ python.exe -m pip install -U pip"
21
- - " %PYTHON%\\ python.exe -m pip install wheel pytest"
22
- - " %PYTHON%\\ python.exe -m pip install cobra numpy "
21
+ - " %PYTHON%\\ python.exe -m pip install wheel pytest pytest-benchmark "
22
+ - " %PYTHON%\\ python.exe -m pip install -e . "
23
23
24
24
build : off
25
25
@@ -31,7 +31,7 @@ test_script:
31
31
# Note that you must use the environment variable %PYTHON% to refer to
32
32
# the interpreter you're using - Appveyor does not do anything special
33
33
# to put the Python evrsion you want to use on PATH.
34
- - " %PYTHON%\\ Scripts\\ py.test"
34
+ - " %PYTHON%\\ Scripts\\ py.test --benchmark-skip "
35
35
36
36
after_test :
37
37
# This step builds your wheels.
Original file line number Diff line number Diff line change 61
61
# your project is installed. For an analysis of "install_requires" vs pip's
62
62
# requirements files see:
63
63
# https://packaging.python.org/en/latest/requirements.html
64
- install_requires = ['cobra>=0.6.0a2' ],
64
+ install_requires = ['cobra>=0.6.0a2' , 'numpy>=1.10.0' ],
65
65
66
66
# List additional groups of dependencies here (e.g. development
67
67
# dependencies). You can install these using the following syntax,
You can’t perform that action at this time.
0 commit comments