We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a91179 commit 3e1766eCopy full SHA for 3e1766e
graalpython/lib-graalpython/patches/mlx/metadata.toml
@@ -1,3 +1,7 @@
1
+[[rules]]
2
+patch = 'mlx.patch'
3
+license = 'MIT'
4
+
5
[[add-sources]]
6
version = '0.16.3'
7
url = 'https://github.com/ml-explore/mlx/archive/refs/tags/v0.16.3.tar.gz'
graalpython/lib-graalpython/patches/mlx/mlx.patch
@@ -0,0 +1,12 @@
+diff --git a/setup.py b/setup.py
+index 7bd1be4..390c84c 100644
+--- a/setup.py
++++ b/setup.py
+@@ -13,6 +13,7 @@ from setuptools.command.build_ext import build_ext
8
+ def get_version(version):
9
++ return version
10
+ if "PYPI_RELEASE" not in os.environ:
11
+ today = datetime.date.today()
12
+ version = f"{version}.dev{today.year}{today.month:02d}{today.day:02d}"
0 commit comments