-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add support for Python 3.12 #122
Comments
@Clemo97 did this work? |
this is needed for openclimatefix/open-source-quartz-solar-forecast#93 |
This might need chaning - https://github.com/openclimatefix/pv-site-prediction/blob/main/pyproject.toml#L13 |
pandas-stubs should now be able to be updated as well: pandas-dev/pandas-stubs#625 |
It did but unfortunately my computer died before I could push my changes😭 😭, hence why I never made a PR. All that's required is running the "poetry update" commands check poetry docs for that which will fail on some dependencies which you then have to manually adjust their version to one that is compatible to Python 3.12. |
Ahhh I do hate it when that happens! Okay, I'll have a look into this again now. Thanks for the effort you have put in! |
Describe the bug
Open-Source-Quartz-Solar-Forecast is dependent on pv-site-prediction. Some dependencies within pv-site-prediction are out of date and not supported by Python 3.12.
To Reproduce
Steps to reproduce the behavior:
pip install quartz-solar-forecast
The text was updated successfully, but these errors were encountered: