Skip to content

Commit

Permalink
Version format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sash19 committed Sep 11, 2024
1 parent 71674bc commit 75023a5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ readme = "README.md"
license = {file = "LICENSE.md"}
requires-python = ">=3.9"
dependencies = [
"cryptography>=42.0.8",
"dask>=2022.02.0",
"dill>=0.3.8",
"diskcache>=5.6.3",
"distributed>=2022.02.0",
"joblib>=1.3.2",
"xxhash>=3.4.1",
"versioneer>=0.29",
"cryptography >= 42.0.8",
"dask >= 2022.02.0",
"dill >= 0.3.8",
"diskcache >= 5.6.3",
"distributed >= 2022.02.0",
"joblib >= 1.3.2",
"xxhash >= 3.4.1",
"versioneer >= 0.29",
]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down Expand Up @@ -62,4 +62,4 @@ style = "pep440"
versionfile_source = "scalable/_version.py"
versionfile_build = "scalable/_version.py"
tag_prefix = ""
parentdir_prefix = "scalable-"
parentdir_prefix = "scalable-"

0 comments on commit 75023a5

Please sign in to comment.