We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f4073 commit 63ac4eaCopy full SHA for 63ac4ea
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "ml-exchange"
7
-version = "0.3.7"
+version = "0.3.8"
8
description = "Machine Learning Exchange (MLX) library"
9
readme = "README.md"
10
requires-python = ">=3.8"
@@ -21,6 +21,7 @@ classifiers = [
21
22
dependencies = [
23
"claimed",
24
+ "boto3",
25
]
26
27
[project.urls]
0 commit comments