File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed
graalpython/lib-graalpython/patches/torch Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
- { "overlay" : "ca3d781492c60c5e615827082cdd17dec63b061a " }
1
+ { "overlay" : "688bc4f7e7a246cd2bc332a19eff836b01f84c17 " }
Original file line number Diff line number Diff line change @@ -115,6 +115,19 @@ index 21f0a166..ab2497c5 100644
115
115
return Slice<mpy::handle>((mpy::handle*)begin, (mpy::handle*) (begin + tv.size()));
116
116
}
117
117
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",
118
131
diff --git a/test/test_overrides.py b/test/test_overrides.py
119
132
index f9988197..cde6b114 100644
120
133
--- a/test/test_overrides.py
Original file line number Diff line number Diff line change 45
45
},
46
46
{
47
47
"name" : "sdk" ,
48
- "version" : "b593f95a9f4cea3c9305cfe984dff80a6d82b447 " ,
48
+ "version" : "0517eeebe74567d9f7e92dd1018b6b0276d39d1a " ,
49
49
"subdir" : True ,
50
50
"urls" : [
51
51
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
52
52
]
53
53
},
54
54
{
55
55
"name" : "tools" ,
56
- "version" : "b593f95a9f4cea3c9305cfe984dff80a6d82b447 " ,
56
+ "version" : "0517eeebe74567d9f7e92dd1018b6b0276d39d1a " ,
57
57
"subdir" : True ,
58
58
"urls" : [
59
59
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
60
60
],
61
61
},
62
62
{
63
63
"name" : "sulong" ,
64
- "version" : "b593f95a9f4cea3c9305cfe984dff80a6d82b447 " ,
64
+ "version" : "0517eeebe74567d9f7e92dd1018b6b0276d39d1a " ,
65
65
"subdir" : True ,
66
66
"urls" : [
67
67
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
68
68
]
69
69
},
70
70
{
71
71
"name" : "regex" ,
72
- "version" : "b593f95a9f4cea3c9305cfe984dff80a6d82b447 " ,
72
+ "version" : "0517eeebe74567d9f7e92dd1018b6b0276d39d1a " ,
73
73
"subdir" : True ,
74
74
"urls" : [
75
75
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
You can’t perform that action at this time.
0 commit comments