File tree Expand file tree Collapse file tree 5 files changed +3
-9
lines changed Expand file tree Collapse file tree 5 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,8 @@ requirements:
1818 - python >=3.6,<3.8
1919 run :
2020 - python >=3.6,<3.8
21- - statsmodels
2221 - numba >=0.42
2322 - numpy
24- - pandas >=0.24
2523 - pytest
2624 - pytest-xdist
2725 - scipy
Original file line number Diff line number Diff line change 4343 rev : 0.8.1rc2
4444 hooks :
4545 - id : doc8
46- args : [--max-line-length, "88"]
46+ args : ["--max-line-length=88",
47+ " --ignore=D002,D004" ]
4748- repo : https://gitlab.com/pycqa/flake8
4849 rev : 3.7.9
4950 hooks :
Original file line number Diff line number Diff line change @@ -7,11 +7,9 @@ channels:
77dependencies :
88 - python=3.7
99 - numpy
10- - pandas
1110 - anaconda-client
1211 - conda-build
1312 - conda-verify
14- - statsmodels
1513 - pytest
1614 - pytest-xdist
1715 - pytest-cov
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = NAME ,
14- version = "1.1" ,
14+ version = "1.1.1 " ,
1515 description = DESCRIPTION ,
1616 author = AUTHOR ,
1717 author_email = EMAIL ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments