Skip to content

Commit 63ac4ea

Browse files
Add boto3 to project dependencies (#399)
* Add boto3 to project dependencies * Bump version from 0.3.7 to 0.3.8
1 parent 39f4073 commit 63ac4ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

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

55
[project]
66
name = "ml-exchange"
7-
version = "0.3.7"
7+
version = "0.3.8"
88
description = "Machine Learning Exchange (MLX) library"
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -21,6 +21,7 @@ classifiers = [
2121

2222
dependencies = [
2323
"claimed",
24+
"boto3",
2425
]
2526

2627
[project.urls]

0 commit comments

Comments
 (0)