diff --git a/setup.py b/setup.py index a12d56f..97ca0ad 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'pandas >= 0.23', 'patsy >= 0.4', 'statsmodels >= 0.8, <0.11; python_version <"3.6"', - 'statsmodels >= 0.8; python_version >="3.6"' + 'statsmodels >= 0.8; python_version >="3.6"', 'urbansim >= 3.1' ] ) \ No newline at end of file