You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FLASC currently requires pandas>=1.5. However, OpenOA requires pandas>=0.23.4,<1.3. This raises errors when trying to pip install packages that have a dependency on flasc. In practice, however, I do not experience any issues in FLASC when forcing OpenOA to use pandas==1.5.
Expected Behavior
There should be no dependency conflict.
Steps To Reproduce
Create a new environment.
pip install FLASC
pip install a wind farm package (e.g., using cookiecutter) with a dependency on flasc
Environment
- OS:Ubuntu 20.04
- pip environment (can be retrieved with `pip list`):
`pandas==1.5.3`, `flasc==1.1`, `openoa==2.3`
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
FLASC currently requires
pandas>=1.5
. However, OpenOA requirespandas>=0.23.4,<1.3
. This raises errors when trying topip install
packages that have a dependency onflasc
. In practice, however, I do not experience any issues in FLASC when forcingOpenOA
to usepandas==1.5
.Expected Behavior
There should be no dependency conflict.
Steps To Reproduce
pip install
FLASCpip install
a wind farm package (e.g., using cookiecutter) with a dependency onflasc
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: