pvlib / twoaxistracking

twoaxistracking is a python package for simulating two-axis tracking solar collectors, particularly self-shading.
http://twoaxistracking.rtfd.io/
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Add requirements.txt #3

Closed AdamRJensen closed 2 years ago

AdamRJensen commented 2 years ago

A requirements.txt or conda environment file also, so that the specific environment you used for the notebooks/paper results can be replicated in the future.

AdamRJensen commented 2 years ago

When creating a package the dependencies will be specified in pyproject.toml (Python project metadata that makes it installable).

The requirements.txt is therefore not necessary and does not fit with this type of project (i.e., a package).