Skip to content

Commit

Permalink
Fix lock file (weird changes at regeneration)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartorn committed Sep 21, 2023
1 parent 56a7d31 commit 18f3446
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
24 changes: 22 additions & 2 deletions python-client/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions python-client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ ml_runtime = [
"catboost>=1.1.1",
"requests-mock>=1.10.0",
"tensorflow-hub>=0.12.0",
"transformers>=4.33, <4.34", # https://github.com/huggingface/transformers/issues/23352
"sentencepiece", # needed for some transformers stuff with tokenizer
"transformers>=4.33, <4.34", # https://github.com/huggingface/transformers/issues/23352
"absl-py", # Needed for 3.11 transformers
"sentencepiece", # needed for some transformers stuff with tokenizer
"torch>=2.0.0",
"torchdata>=0.6.0",
"portalocker>=2.0.0", # Needed by torchdata for test_newspaper_classification_pytorch_dataset
Expand All @@ -65,7 +66,7 @@ ml_runtime = [
"tensorflow-text>=2.13, <2.14; python_version < '3.11' and (sys_platform == 'linux' or sys_platform == 'darwin') and platform_machine == 'x86_64'",
"mlflow>2",
"wandb",
"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...
"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...
]
test = ["pytest-cov>=4.0.0", "pytest>=7.1.2", "pytest-xdist>=3.3.1"]
doc = [
Expand Down

0 comments on commit 18f3446

Please sign in to comment.