Skip to content

Commit 7a26a6c

Browse files
committed
Fix lock file (weird changes at regeneration)
1 parent 4ebbc3b commit 7a26a6c

2 files changed

Lines changed: 26 additions & 5 deletions

File tree

python-client/pdm.lock

Lines changed: 22 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python-client/pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ ml_runtime = [
5353
"catboost>=1.1.1",
5454
"requests-mock>=1.10.0",
5555
"tensorflow-hub>=0.12.0",
56-
"transformers>=4.33, <4.34", # https://github.com/huggingface/transformers/issues/23352
57-
"sentencepiece", # needed for some transformers stuff with tokenizer
56+
"transformers>=4.33, <4.34", # https://github.com/huggingface/transformers/issues/23352
57+
"absl-py", # Needed for 3.11 transformers
58+
"sentencepiece", # needed for some transformers stuff with tokenizer
5859
"torch>=2.0.0",
5960
"torchdata>=0.6.0",
6061
"portalocker>=2.0.0", # Needed by torchdata for test_newspaper_classification_pytorch_dataset
@@ -65,7 +66,7 @@ ml_runtime = [
6566
"tensorflow-text>=2.13, <2.14; python_version < '3.11' and (sys_platform == 'linux' or sys_platform == 'darwin') and platform_machine == 'x86_64'",
6667
"mlflow>2",
6768
"wandb",
68-
"tensorflow-io-gcs-filesystem<0.32; platform_machine != 'arm64'", # Tensorflow io does not work for windows from 0.32, but does not work for arm64 before...
69+
"tensorflow-io-gcs-filesystem<0.32; platform_machine != 'arm64'", # Tensorflow io does not work for windows from 0.32, but does not work for arm64 before...
6970
]
7071
test = ["pytest-cov>=4.0.0", "pytest>=7.1.2", "pytest-xdist>=3.3.1"]
7172
doc = [

0 commit comments

Comments
 (0)