rajeshrinet / pyross

PyRoss: inference, forecasts, and optimised control of epidemiological models in Python. github.com/rajeshrinet/pyross
https://pyross.readthedocs.io
MIT License
169 stars 57 forks source link

Missing dependency #10

Closed philip-mach closed 4 years ago

philip-mach commented 4 years ago

You also need xlrd to open Excel files in Python.

rajeshrinet commented 4 years ago

@philip-mach yes you are right. I have added it to the environment.yml. I will now add it to the README as well. Thanks