forked from 626_privacy/tensorflow_privacy
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:
parent
6aa31d95dd
commit
1f229dbaf5
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
absl-py~=1.0.0
|
absl-py~=1.0.0
|
||||||
attrs>=21.2.0
|
attrs~=21.2.0
|
||||||
dm-tree~=0.1.1
|
dm-tree~=0.1.1
|
||||||
matplotlib~=3.3.4
|
matplotlib~=3.3.4
|
||||||
mpmath
|
mpmath
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ setup(
|
||||||
license='Apache-2.0',
|
license='Apache-2.0',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'absl-py~=1.0.0',
|
'absl-py~=1.0.0',
|
||||||
'attrs>=21.2.0',
|
'attrs~=21.2.0',
|
||||||
'dm-tree~=0.1.1',
|
'dm-tree~=0.1.1',
|
||||||
'matplotlib~=3.3.4',
|
'matplotlib~=3.3.4',
|
||||||
'scipy>=0.17',
|
'scipy>=0.17',
|
||||||
|
|
Loading…
Reference in a new issue