Skip to content

Commit 792bd7e

Browse files
committed
Trying to fix lock file
1 parent 8e13780 commit 792bd7e

2 files changed

Lines changed: 39 additions & 39 deletions

File tree

pdm.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ml_runtime = [
7878
"tensorflow-text==2.14.0; python_version < '3.11' and (sys_platform == 'linux' or sys_platform == 'darwin') and platform_machine == 'x86_64'",
7979
"mlflow>2",
8080
"wandb",
81-
"tensorflow-io-gcs-filesystem==0.34; sys_platform != 'win32'", # Tensorflow io does not work for windows from 0.32, but does not work for arm64 before...
81+
"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...
8282
]
8383
test = [
8484
"pytest-cov>=4.0.0",

0 commit comments

Comments
 (0)