Merge pull request #863 from freqtrade/fix/pyup-pin-networkx
exclude networkx from pyup
This commit is contained in:
commit
e8ab754646
@ -17,7 +17,7 @@ pytest-mock==1.10.0
|
|||||||
pytest-cov==2.5.1
|
pytest-cov==2.5.1
|
||||||
hyperopt==0.1
|
hyperopt==0.1
|
||||||
# do not upgrade networkx before this is fixed https://github.com/hyperopt/hyperopt/issues/325
|
# do not upgrade networkx before this is fixed https://github.com/hyperopt/hyperopt/issues/325
|
||||||
networkx==1.11
|
networkx==1.11 # pyup: ignore
|
||||||
tabulate==0.8.2
|
tabulate==0.8.2
|
||||||
coinmarketcap==5.0.3
|
coinmarketcap==5.0.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user