Skip to content

Commit 38a823d

Browse files
authored
Bug fixes on 1.1. Release of 1.1.1
2 parents 1f4e18d + ec4b70e commit 38a823d

File tree

5 files changed

+3
-9
lines changed

5 files changed

+3
-9
lines changed

.conda/meta.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ repos:
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:

environment.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ channels:
77
dependencies:
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name=NAME,
14-
version="1.1",
14+
version="1.1.1",
1515
description=DESCRIPTION,
1616
author=AUTHOR,
1717
author_email=EMAIL,

tox.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)