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
The pyebuildingenergy can't be built with existing library versions defined pyproject.toml and requirements.txt.
The "Pyarrow==13.0.0" does not work for the Python 3.12. The "pyarrow>=14" does the trick.
A similar issue exists with "numpy==1.23.2". The "numpy>=1.23.2" does the trick too.
This and other library requirements are quite strict. They currently use "==" rather than ">=".
The text was updated successfully, but these errors were encountered:
Tokarzewski
changed the title
Update the pyproject.toml and requirements.txt
Python 3.12 support - Updating the pyproject.toml and requirements.txt
Apr 26, 2024
Description
The pyebuildingenergy can't be built with existing library versions defined pyproject.toml and requirements.txt.
The "Pyarrow==13.0.0" does not work for the Python 3.12. The "pyarrow>=14" does the trick.
A similar issue exists with "numpy==1.23.2". The "numpy>=1.23.2" does the trick too.
This and other library requirements are quite strict. They currently use "==" rather than ">=".
The text was updated successfully, but these errors were encountered: