brunorpinho / tsvi

Timeseries Viewer
0 stars 3 forks source link

Review dependencies for development #8

Open kkappler opened 1 year ago

kkappler commented 1 year ago

Here is a list of some packages not in the requirements that we may want to put in requirements-dev

See https://stackoverflow.com/questions/53697814/using-pip-install-to-install-cartopy-but-missing-proj-version-at-least-4-9-0 & https://github.com/SciTools/cartopy/issues/1239

ThePattersonian commented 1 year ago

The way to deal with is to create a new environment and see what dependencies pop up.

kkappler commented 1 year ago

An environment.yml would be a good way to manage this.

https://shandou.medium.com/export-and-create-conda-environment-with-yml-5de619fe5a2