Update the direct attrs dependency to ~=21.2.0.

This means that we would accept a hot fix, but not accept major or minor version changes without releasing TFP.

PiperOrigin-RevId: 427914787
This commit is contained in:
Michael Reneer 2022-02-10 21:08:08 -08:00 committed by A. Unique TensorFlower
parent 6aa31d95dd
commit 1f229dbaf5
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
absl-py~=1.0.0
attrs>=21.2.0
attrs~=21.2.0
dm-tree~=0.1.1
matplotlib~=3.3.4
mpmath

View file

@ -28,7 +28,7 @@ setup(
license='Apache-2.0',
install_requires=[
'absl-py~=1.0.0',
'attrs>=21.2.0',
'attrs~=21.2.0',
'dm-tree~=0.1.1',
'matplotlib~=3.3.4',
'scipy>=0.17',