NREL / flasc

A rich floris-driven suite for SCADA analysis
https://nrel.github.io/flasc/
BSD 3-Clause "New" or "Revised" License
32 stars 18 forks source link

Remove pyproj as requirement #214

Closed paulf81 closed 1 month ago

paulf81 commented 1 month ago

Remove pyproj as requirement

pyproj currently is given as a requirement, but is not used in the code. This is a little inconvenient because of issues connecting to package mangement:

https://github.com/astral-sh/uv/issues/8177

This pull request removes it.