File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 ,
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
Original file line number Diff line number Diff line change 1- # Import tableone objects
21from .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 "
You can’t perform that action at this time.
0 commit comments