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

Python 3.12 support - Updating the pyproject.toml and requirements.txt #4

Open
Tokarzewski opened this issue Apr 23, 2024 · 0 comments

Comments

@Tokarzewski
Copy link
Collaborator

  • pyBuildingEnergy version: 1.0.7
  • Python version: 3.12.3
  • Operating System: Win11

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 ">=".

@Tokarzewski 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant