Skip to content

Commit

Permalink
Bump statsmodels to v0.11.1
Browse files Browse the repository at this point in the history
- Bump patsy to v0.5.1
- Bump pandas to latest version (v1.0.3)

Ref: #314
  • Loading branch information
has2k1 committed Apr 11, 2020
1 parent eeb8f66 commit e6d0c11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ def get_required_packages():
'matplotlib >= 3.1.1',
'numpy >= 1.16.0',
'scipy >= 1.2.0',
'patsy >= 0.4.1',
'statsmodels >= 0.9.0',
'pandas >= 0.25.0',
'patsy >= 0.5.1',
'statsmodels >= 0.11.1',
'pandas >= 1.0.3',
# 'geopandas >= 0.3.0',
'descartes >= 1.1.0'
]
Expand Down

0 comments on commit e6d0c11

Please sign in to comment.