Skip to content

Conversation

@mhucka
Copy link
Member

@mhucka mhucka commented Dec 15, 2025

This removes nonessential requirements from requirements.in and adds a few more that have been found to be necessary to build and install Python wheels for Python 3.10-3.11 with TensorFlow 2.16.2 and Keras 2. The associated requirements.txt is the output of pip-compile in Python 3.10 with these constraints.

This adds additional version constraints on dependencies that are
necessary to generate a requirements.txt file that works with TensorFlow
2.16.2 and tf-keras.
The python_version actually means the constraint only applies to that
Python version. We need the packages installed no matter the Python
version; we just need the constraint on Python < 3.11.

It's simpler and still works to not add the python_version, so let's
just remove them.
This is the output of running pip-compile on requirements.in.
@mhucka mhucka force-pushed the mh-update-requirements branch from b6f64ca to 911dd9d Compare December 15, 2025 03:57
@mhucka mhucka closed this Dec 15, 2025
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

Successfully merging this pull request may close these issues.

1 participant