diff --git a/python/dp_auditorium/requirements.txt b/python/dp_auditorium/requirements.txt index faa18bee..9e0af70f 100644 --- a/python/dp_auditorium/requirements.txt +++ b/python/dp_auditorium/requirements.txt @@ -142,6 +142,7 @@ numpy==1.26.3 # opt-einsum # optax # orbax-checkpoint + # pipeline-dp # scipy # tensorboard # tensorflow @@ -159,7 +160,7 @@ orbax-checkpoint==0.4.4 # via flax packaging==22.0 # via tensorflow -pipeline-dp +pipeline-dp==0.2.1 # via -r requirements.in portpicker==1.6.0 # via google-vizier @@ -178,19 +179,21 @@ pyasn1==0.5.1 # via # pyasn1-modules # rsa -python-dp - # via -r requirements.in pyasn1-modules==0.3.0 # via google-auth pygments==2.17.2 # via rich pysqlite3==0.5.2 # via -r requirements.in +python-dp==1.1.5rc11 + # via + # -r requirements.in + # pipeline-dp pyyaml==6.0.1 # via # flax # orbax-checkpoint -requests==2.31.0 +requests==2.33.0 # via # google-api-core # requests-oauthlib @@ -207,6 +210,7 @@ scipy==1.11.4 # jax # jaxlib # jaxopt + # pipeline-dp six==1.16.0 # via # absl-py @@ -267,4 +271,4 @@ zipp==3.17.0 # importlib-metadata # The following packages are considered to be unsafe in a requirements file: -setuptools~=69.0.3 +# setuptools