Skip to content

Commit e062cac

Browse files
authored
Bump version to 1.1.0 (#50)
1 parent a63f1df commit e062cac

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gcs-torch-dataflux"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "A GCS data loading integration for PyTorch"
99
requires-python = ">=3.8,<3.13"
1010
readme = "README.md"
@@ -24,7 +24,13 @@ classifiers = [
2424
"Topic :: Utilities",
2525
]
2626

27-
dependencies = ["torch >= 2.0.1", "numpy", "google-cloud-storage", "absl-py", "lightning >= 2.0"]
27+
dependencies = [
28+
"torch >= 2.0.1",
29+
"numpy",
30+
"google-cloud-storage",
31+
"absl-py",
32+
"lightning >= 2.0",
33+
]
2834

2935
[project.optional-dependencies]
3036
test = ["pytest"]

0 commit comments

Comments
 (0)