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
14 changes: 9 additions & 5 deletions python/dp_auditorium/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ numpy==1.26.3
# opt-einsum
# optax
# orbax-checkpoint
# pipeline-dp
# scipy
# tensorboard
# tensorflow
Expand All @@ -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
Expand All @@ -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
Expand All @@ -207,6 +210,7 @@ scipy==1.11.4
# jax
# jaxlib
# jaxopt
# pipeline-dp
six==1.16.0
# via
# absl-py
Expand Down Expand Up @@ -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
Loading