HansBambel / SmaAt-UNet

PyTorch-Code for the Paper "SmaAt-UNet: Precipitation Nowcasting using a Small, Attentive UNet-Architecture"
230 stars 43 forks source link

Remove requirements.txt #32

Open HansBambel opened 1 month ago

HansBambel commented 1 month ago

The requirements.txt is not needed, because the current rye version creates a requirements.lock that can be used by pip already.

When updating this, the virtual=True option for Rye can also be set.