Skip to content

Commit 17dcb78

Browse files
committed
[GR-21590] Update imports
PullRequest: graalpython/3378
2 parents e29d806 + d30d1af commit 17dcb78

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "ca3d781492c60c5e615827082cdd17dec63b061a" }
1+
{ "overlay": "688bc4f7e7a246cd2bc332a19eff836b01f84c17" }

graalpython/lib-graalpython/patches/torch/torch-2.2.1.patch

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,19 @@ index 21f0a166..ab2497c5 100644
115115
return Slice<mpy::handle>((mpy::handle*)begin, (mpy::handle*) (begin + tv.size()));
116116
}
117117

118+
diff --git a/pyproject.toml b/pyproject.toml
119+
index ffbf640d..114051f9 100644
120+
--- a/pyproject.toml
121+
+++ b/pyproject.toml
122+
@@ -3,7 +3,7 @@ requires = [
123+
"setuptools",
124+
"wheel",
125+
"astunparse",
126+
- "numpy",
127+
+ "numpy<2",
128+
"ninja",
129+
"pyyaml",
130+
"cmake",
118131
diff --git a/test/test_overrides.py b/test/test_overrides.py
119132
index f9988197..cde6b114 100644
120133
--- a/test/test_overrides.py

mx.graalpython/suite.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,31 @@
4545
},
4646
{
4747
"name": "sdk",
48-
"version": "b593f95a9f4cea3c9305cfe984dff80a6d82b447",
48+
"version": "0517eeebe74567d9f7e92dd1018b6b0276d39d1a",
4949
"subdir": True,
5050
"urls": [
5151
{"url": "https://github.com/oracle/graal", "kind": "git"},
5252
]
5353
},
5454
{
5555
"name": "tools",
56-
"version": "b593f95a9f4cea3c9305cfe984dff80a6d82b447",
56+
"version": "0517eeebe74567d9f7e92dd1018b6b0276d39d1a",
5757
"subdir": True,
5858
"urls": [
5959
{"url": "https://github.com/oracle/graal", "kind": "git"},
6060
],
6161
},
6262
{
6363
"name": "sulong",
64-
"version": "b593f95a9f4cea3c9305cfe984dff80a6d82b447",
64+
"version": "0517eeebe74567d9f7e92dd1018b6b0276d39d1a",
6565
"subdir": True,
6666
"urls": [
6767
{"url": "https://github.com/oracle/graal", "kind": "git"},
6868
]
6969
},
7070
{
7171
"name": "regex",
72-
"version": "b593f95a9f4cea3c9305cfe984dff80a6d82b447",
72+
"version": "0517eeebe74567d9f7e92dd1018b6b0276d39d1a",
7373
"subdir": True,
7474
"urls": [
7575
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)