nasa/Kamodo

requirements.txt

Closed this issue · 1 comments

requirements.txt is a useful way to include package requirements.

The needed packages can be installed as:

pip install -r requirements.txt

plotly==3.3 seems to be outdated. With this hard requirement from kamodo import kamodofy results in the error:

ModuleNotFoundError: No module named 'plotly.subplots'

plotly==5.11.0 solves the problem.