Skip to content

Commit 4940711

Browse files
committed
loosen requirements
1 parent e3c0371 commit 4940711

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = u'0.7.11'
61+
version = u'0.7.12'
6262
# The full version, including alpha/beta/rc tags.
63-
release = u'0.7.11'
63+
release = u'0.7.12'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Versions should comply with PEP440. For a discussion on single-sourcing
1919
# the version across setup.py and the project code, see
2020
# https://packaging.python.org/en/latest/single_source_version.html
21-
version='0.7.11',
21+
version='0.7.12',
2222

2323
description='TableOne',
2424
long_description=long_description,
@@ -51,10 +51,10 @@
5151
# requirements files see:
5252
# https://packaging.python.org/en/latest/requirements.html
5353
install_requires=[
54-
'numpy>=1.23.2',
55-
'pandas>=1.4.3',
56-
'scipy>=1.9.0',
57-
'statsmodels>=0.13.2',
54+
'numpy>=1.19.1',
55+
'pandas>=1.2.1',
56+
'scipy>=1.7.0',
57+
'statsmodels>=0.12.1',
5858
'tabulate>=0.8.10'
5959
],
6060

tableone/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Import tableone objects
21
from .tableone import TableOne, load_dataset, tableone
32

43
__author__ = "Tom Pollard <tpollard@mit.edu>, Alistair Johnson, Jesse Raffa"
5-
__version__ = "0.7.11"
4+
__version__ = "0.7.12"

0 commit comments

Comments
 (0)