Skip to content

Commit

Permalink
Reconcile auto-generated dependencies and bindings
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 050e1f5f2c36620d039400d0df4d9842978e4e07
  • Loading branch information
drew committed Jun 5, 2023
1 parent f1a116e commit eee8958
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
category-encoders==2.2.2
loky==2.9.0
numpy>=1.18.0,<1.24
packaging==21.3
pandas>=1.1.0,<2
protobuf>=3.9.2,<3.20
rdt>=1.2,<1.3
sdv>=0.17,<0.18
sentencepiece==0.1.97
smart_open>=2.1.0,<6.0
tensorflow==2.11.1
sdv>=0.17,<0.18
rdt>=1.2,<1.3
tensorflow_estimator==2.11
tensorflow_privacy==0.7.3
tensorflow_probability==0.19.0
Expand Down
10 changes: 6 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
faker==4.1.1
faker==15.3.3
flake8==4.0.1
numpy>=1.18.0
pandas>=1.1.0
numpy>=1.18.0,<1.24
pandas>=1.1.0,<2
pylint==2.14.3
pytest==6.1.2
pytest-cov==2.11.1
sdv<0.18.0
rdt>=1.2,<1.3
sdv>=0.17,<0.18
torch>=1.13

0 comments on commit eee8958

Please sign in to comment.