File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Read the Docs configuration file
2
+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+
4
+ version : 2
5
+
6
+ build :
7
+ os : ubuntu-20.04
8
+ tools :
9
+ python : " 3.8"
10
+
11
+ sphinx :
12
+ configuration : docs/conf.py
13
+
14
+ python :
15
+ install :
16
+ - path : .
17
+ extra_requirements :
18
+ - all
19
+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change @@ -22,10 +22,8 @@ url = https://github.com/nipy/nitransforms
22
22
[options]
23
23
python_requires = >= 3.7
24
24
install_requires =
25
- numpy ~= 1.21.0; python_version<'3.8'
26
- numpy ~= 1.21; python_version>'3.7'
27
- scipy ~= 1.6.0; python_version<'3.8'
28
- scipy ~= 1.6; python_version>'3.7'
25
+ numpy >= 1.21.0
26
+ scipy >= 1.6.0
29
27
nibabel >= 3.0
30
28
h5py
31
29
test_requires =
You can’t perform that action at this time.
0 commit comments