forked from scipy/scipy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
25 lines (25 loc) · 877 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[submodule "doc/source/_static/scipy-mathjax"]
path = doc/source/_static/scipy-mathjax
url = https://github.com/scipy/scipy-mathjax.git
[submodule "scipy/sparse/linalg/_propack/PROPACK"]
path = scipy/sparse/linalg/_propack/PROPACK
url = https://github.com/scipy/PROPACK.git
shallow = true
[submodule "scipy/_lib/unuran"]
path = scipy/_lib/unuran
url = https://github.com/scipy/unuran.git
shallow = true
[submodule "HiGHS"]
path = scipy/_lib/highs
url = https://github.com/scipy/highs
shallow = true
[submodule "scipy/_lib/boost_math"]
path = scipy/_lib/boost_math
url = https://github.com/boostorg/math.git
shallow = true
[submodule "scipy/_lib/array_api_compat"]
path = scipy/_lib/array_api_compat
url = https://github.com/data-apis/array-api-compat.git
[submodule "scipy/_lib/pocketfft"]
path = scipy/_lib/pocketfft
url = https://github.com/scipy/pocketfft