Skip to content

Commit b012f56

Browse files
author
AMD
committed
Fix merge conflicts
1 parent a3addec commit b012f56

File tree

3 files changed

+4
-23
lines changed

3 files changed

+4
-23
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
<<<<<<< HEAD
21
ac80c4190aa0321f761a08af97e1e1eee41f01d9
3-
=======
4-
bfeb066872bc1e8b2d2bc0a3b295b99dd77206e7
5-
>>>>>>> upstream/main

.ci/docker/triton_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.1
1+
3.5.0

requirements.txt

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,19 @@
55

66
# Install / Development extra requirements
77
build[uv] # for building sdist and wheel
8-
<<<<<<< HEAD
98
expecttest==0.3.0
109
filelock==3.18.0
11-
fsspec==2025.7.0
10+
fsspec>=0.8.5
1211
hypothesis==5.35.1
1312
jinja2==3.1.6
14-
lintrunner==0.12.7 ; platform_machine != "s390x"
13+
lintrunner==0.12.7 ; platform_machine != "s390x" and platform_machine != "riscv64"
1514
networkx==2.8.8
1615
ninja==1.11.1.3
1716
numpy==2.0.2 ; python_version == "3.9"
1817
numpy==2.1.2 ; python_version > "3.9"
1918
optree==0.13.0
2019
psutil==7.0.0
2120
sympy==1.13.3
21+
spin
2222
typing-extensions==4.14.1
2323
wheel==0.45.1
24-
=======
25-
expecttest>=0.3.0
26-
filelock
27-
fsspec>=0.8.5
28-
hypothesis
29-
jinja2
30-
lintrunner ; platform_machine != "s390x" and platform_machine != "riscv64"
31-
networkx>=2.5.1
32-
optree>=0.13.0
33-
psutil
34-
spin
35-
sympy>=1.13.3
36-
typing-extensions>=4.13.2
37-
wheel
38-
>>>>>>> upstream/main

0 commit comments

Comments
 (0)