Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions release/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def finalize_options(self):

# The following are transitive dependencies that need to be constrained to
# avoid incompatible versions or because some (e.g., contourpy 1.3.3)
# require Python 3.11+ and we want to maintain Python 3.9 compatibility.
# require Python 3.11+ and we want to maintain Python 3.10 compatibility.
# TODO: revisit after we reach compatibility with TensorFlow 2.19+.
"jax>=0.5,<0.6",
"contourpy<=1.3.2",
Expand Down Expand Up @@ -94,7 +94,7 @@ def has_ext_modules(self):
version=BUILD_VERSION,
description="Library for hybrid quantum-classical machine learning.",
long_description="\n".join(DOCLINES[2:]),
long_description_content_type="text/plain",
long_description_content_type="text/markdown",
author="The TensorFlow Quantum Authors",
author_email="tensorflow-quantum-team@google.com",
url="https://github.com/tensorflow/quantum/",
Expand Down
Loading