Skip to content

Commit e6d0c11

Browse files
committed
Bump statsmodels to v0.11.1
- Bump patsy to v0.5.1 - Bump pandas to latest version (v1.0.3) Ref: #314
1 parent eeb8f66 commit e6d0c11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ def get_required_packages():
5252
'matplotlib >= 3.1.1',
5353
'numpy >= 1.16.0',
5454
'scipy >= 1.2.0',
55-
'patsy >= 0.4.1',
56-
'statsmodels >= 0.9.0',
57-
'pandas >= 0.25.0',
55+
'patsy >= 0.5.1',
56+
'statsmodels >= 0.11.1',
57+
'pandas >= 1.0.3',
5858
# 'geopandas >= 0.3.0',
5959
'descartes >= 1.1.0'
6060
]

0 commit comments

Comments
 (0)