File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ export const ArrayLibraries = () => {
86
86
description = { library . description }
87
87
logo = { library . logo }
88
88
url = { library . url }
89
+ repo = { library . repo }
89
90
/>
90
91
) ) }
91
92
</ SimpleGrid >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const Libraries = [
20
20
description :
21
21
'NumPy-compatible array library for GPU-accelerated computing with Python.' ,
22
22
url : 'https://cupy.chainer.org/' ,
23
- repo : 'https://github.com/cupy/cupy/ ' ,
23
+ repo : 'https://github.com/cupy/cupy' ,
24
24
logo : '/libraries/cupy_logo_1000px.png' ,
25
25
} ,
26
26
{
@@ -35,13 +35,14 @@ export const Libraries = [
35
35
name : 'Sparse' ,
36
36
description : 'Sparse multi-dimensional arrays for the PyData ecosystem' ,
37
37
url : 'https://sparse.pydata.org/' ,
38
+ repo : 'https://github.com/pydata/sparse' ,
38
39
logo : '/libraries/sparse-logo.png' ,
39
40
} ,
40
41
{
41
42
name : 'Pint' ,
42
43
description : 'Operate and manipulate physical quantities in Python' ,
43
44
url : 'http://pint.readthedocs.org/' ,
44
- repo : 'https://github.com/pydata/sparse ' ,
45
+ repo : 'https://github.com/hgrecco/pint ' ,
45
46
logo : '/libraries/pint-logo-full.jpg' ,
46
47
} ,
47
48
]
You can’t perform that action at this time.
0 commit comments