Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Dependency conflict between FLASC and OpenOA #67

Closed
1 task done
Bartdoekemeijer opened this issue Feb 13, 2023 · 1 comment
Closed
1 task done

[BUG] Dependency conflict between FLASC and OpenOA #67

Bartdoekemeijer opened this issue Feb 13, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Bartdoekemeijer
Copy link
Collaborator

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

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

  1. Create a new environment.
  2. pip install FLASC
  3. 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

@Bartdoekemeijer
Copy link
Collaborator Author

Resolved by removing OpenOA dependency in v1.3.1, see #86. Closing...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant