NREL / flasc

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

[v2] Change setup.py to point at PyPI FLORIS v4 once released #163

Closed misi9170 closed 4 months ago

misi9170 commented 7 months ago

Is there an existing issue for this?

Current Behavior

On the v2 branch, setup.py current clones and installs floris so that it can checkout the v4 branch of FLORIS. This is only for development purposes.

Expected Behavior

Once FLORIS v4 is released and available on PyPI, the setup.py requirement should be reverted to "floris >= 4".

Steps To Reproduce

NA

Environment

- OS:
- pip environment (can be retrieved with `pip list`):

Anything else?

No response

misi9170 commented 4 months ago

addressed in b5f030e