Skip to content

Commit

Permalink
update dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mwm5945 committed Jul 5, 2023
1 parent 1c53926 commit db325ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions python/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
black==21.7b0
coverage==5.4 # 2nd lvl dep on cov required to avoid sqllite dep
flake8==5.0.4
grpcio-tools==1.37.1
grpcio-tools==1.56.0
isort==5.9.0
mypy-protobuf==2.4
mypy-protobuf==3.4.0
mypy<0.791
pandas==1.1.0 # used in serving_test_gen
pillow==8.1.1
Expand All @@ -14,4 +14,4 @@ pytest==6.2.2
pytest-mock==3.6.1
tenacity==6.3.1 # tenacity - used for smart retrying
nbqa==1.1.0
tox<4.0.0
tox<4.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ enum DataType {
DT_FLOAT8_E4M3FN = 25; // 4 exponent bits, 3 mantissa bits, finite-only, with
// 2 NaNs (0bS1111111).

// Do not use! These are only for parameters. Every enum above
// should have a corresponding value below (verified by types_test).
// Do not use! These are only for TF1's obsolete reference Variables.
// Every enum above should have a corresponding value below (verified by
// types_test).
DT_FLOAT_REF = 101;
DT_DOUBLE_REF = 102;
DT_INT32_REF = 103;
Expand Down

0 comments on commit db325ca

Please sign in to comment.