Skip to content

Commit

Permalink
loosen requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Aug 22, 2022
1 parent e3c0371 commit 4940711
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.7.11'
version = u'0.7.12'
# The full version, including alpha/beta/rc tags.
release = u'0.7.11'
release = u'0.7.12'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Expand Up @@ -18,7 +18,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.7.11',
version='0.7.12',

description='TableOne',
long_description=long_description,
Expand Down Expand Up @@ -51,10 +51,10 @@
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'numpy>=1.23.2',
'pandas>=1.4.3',
'scipy>=1.9.0',
'statsmodels>=0.13.2',
'numpy>=1.19.1',
'pandas>=1.2.1',
'scipy>=1.7.0',
'statsmodels>=0.12.1',
'tabulate>=0.8.10'
],

Expand Down
3 changes: 1 addition & 2 deletions tableone/__init__.py
@@ -1,5 +1,4 @@
# Import tableone objects
from .tableone import TableOne, load_dataset, tableone

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

0 comments on commit 4940711

Please sign in to comment.