Spaces:
Sleeping
Sleeping
arunasrivastava
commited on
Commit
·
7d8e678
1
Parent(s):
bd7e123
reqs reorder
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -10,6 +10,10 @@ gradio==5.7.1
|
|
10 |
huggingface-hub==0.25.1
|
11 |
panphon==0.17
|
12 |
|
|
|
|
|
|
|
|
|
13 |
|
14 |
# Data processing
|
15 |
pandas==2.0.3
|
@@ -50,10 +54,7 @@ networkx==3.1
|
|
50 |
contourpy==1.1.0
|
51 |
kiwisolver==1.4.4
|
52 |
|
53 |
-
|
54 |
-
cmake==3.26.4
|
55 |
-
Cython==3.0.0
|
56 |
-
lit==16.0.6
|
57 |
|
58 |
|
59 |
# CUDA dependencies
|
|
|
10 |
huggingface-hub==0.25.1
|
11 |
panphon==0.17
|
12 |
|
13 |
+
# Build tools and compilers (move to top)
|
14 |
+
Cython==3.0.0
|
15 |
+
cmake==3.26.4
|
16 |
+
lit==16.0.6
|
17 |
|
18 |
# Data processing
|
19 |
pandas==2.0.3
|
|
|
54 |
contourpy==1.1.0
|
55 |
kiwisolver==1.4.4
|
56 |
|
57 |
+
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
# CUDA dependencies
|