Skip to content

Commit

Permalink
Refactor dependency package versions (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua authored Oct 18, 2024
1 parent 0f22c3f commit b04c0cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ classifiers = [
python = "^3.9"
fsspec = ">=2023.5.0"
tos = ">=2.7.2"
volcengine= ">=1.0.154"
volcengine= "^1.0.154"

[tool.poetry.group.dev.dependencies]
fsspec = ">=2023.5.0"
tos = ">=2.7.2"
black = "==24.4.1"
isort = "==5.13.2"
mypy = "==1.10.0"
pytest = "==8.1.1"
pytest-cov = "==5.0.0"
coverage = "==7.5.0"
ruff = "==0.6.0"
types-requests = "==2.32.0.20240907"
volcengine= "==1.0.154"
black = "^24.4.1"
isort = "^5.13.2"
mypy = "^1.10.0"
pytest = "^8.1.1"
pytest-cov = "^5.0.0"
coverage = "^7.5.0"
ruff = "^0.6.0"
types-requests = "^2.32.0.20240907"
volcengine= "^1.0.154"

[tool.pydocstyle]
convention = "numpy"
Expand Down

0 comments on commit b04c0cf

Please sign in to comment.