AB-CE / abce

Agent-based computational Economics, the Python library that makes AB modelling easier
http://abce.readthedocs.io
190 stars 64 forks source link

Update requirements.txt #194

Closed siebenbrunner closed 4 years ago

siebenbrunner commented 5 years ago

tornado 4.3 is not compatible with the latest version of jupyter notebook. abcEconomics works fine with the latest version of tornado.

rht commented 4 years ago

I didn't receive notification on this! I think the version needs to be pinned to be ==6.0.3 (by looking at https://pypi.org/project/tornado/#history) and be updated periodically.

rht commented 4 years ago

Not pinning the version is still better off than pinning to a latest known version. This PR is still necessary to run abcEconomics in a jupyter notebook, so I will merge it.