Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Bug fixes on 1.1. Release of 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxBlesch authored Apr 26, 2020
2 parents 1f4e18d + ec4b70e commit 38a823d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ requirements:
- python >=3.6,<3.8
run:
- python >=3.6,<3.8
- statsmodels
- numba >=0.42
- numpy
- pandas >=0.24
- pytest
- pytest-xdist
- scipy
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ repos:
rev: 0.8.1rc2
hooks:
- id: doc8
args: [--max-line-length, "88"]
args: ["--max-line-length=88",
"--ignore=D002,D004"]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
hooks:
Expand Down
2 changes: 0 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ channels:
dependencies:
- python=3.7
- numpy
- pandas
- anaconda-client
- conda-build
- conda-verify
- statsmodels
- pytest
- pytest-xdist
- pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name=NAME,
version="1.1",
version="1.1.1",
description=DESCRIPTION,
author=AUTHOR,
author_email=EMAIL,
Expand Down
3 changes: 0 additions & 3 deletions tox.ini

This file was deleted.

0 comments on commit 38a823d

Please sign in to comment.