Skip to content

Commit

Permalink
Evaluate package version and tosfs version (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua authored Oct 12, 2024
1 parent 8ec32c8 commit 8bf0e18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[tool.poetry]
name = "tosfs"
version = "0.1.0"
description = "tosfs is a tos Python client that implements the fsspec interface."
authors = ["Your Name <you@example.com>"]
version = "2024.10.0.dev0"
description = "tosfs is a Pythonic file-system interface for TOS(Tinder Object Storage)."
authors = ["Vino Yang <yanghua@bytedance.com>"]
license = "Apache License"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
fsspec = ">=2023.5.0"
tos = ">=2.7.0"
volcengine= "==1.0.154"
volcengine= ">=1.0.154"

[tool.poetry.group.dev.dependencies]
fsspec = ">=2023.5.0"
Expand Down
Binary file removed tosfs.zip
Binary file not shown.

0 comments on commit 8bf0e18

Please sign in to comment.