File tree 2 files changed +38
-35
lines changed
2 files changed +38
-35
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,15 @@ version: 2
7
7
sphinx :
8
8
builder : html
9
9
10
+ build :
11
+ os : ubuntu-22.04
12
+ tools :
13
+ python : " 3.8"
14
+
10
15
python :
11
- version : 3.8
12
16
install :
13
17
- requirements : doc_requirements.txt
14
18
15
19
formats :
16
20
- epub
17
- - pdf
18
-
21
+ - pdf
Original file line number Diff line number Diff line change 1
- pep8==1.7.0,<2.0.0
2
- flake8>=1.5.0,<4.0.0
3
- pylint>=1.5.4,<3.0.0
4
- numpydoc>=0.6.0,<1.0.0
5
- jupyter>=1.0.0,<2.0.0
1
+ pep8
2
+ flake8
3
+ pylint
4
+ numpydoc
5
+ jupyter
6
6
# from here on, this file should contain a subset of the packages specified in requirements.txt
7
7
# some packages are excluded because they can't be installed on readthedocs
8
8
# these ought to be mocked out in doc_template/conf.py so that docs are generated for allensdk modules that import
9
9
# those packages
10
10
# known examples: tables
11
- psycopg2-binary>=2.7,<3.0.0
12
- h5py>=2.8,<3.0.0
13
- matplotlib>=1.4.3,<4.0.0
14
- numpy>=1.15.4, <1.19.0
15
- pandas>=0.25.1,<=0.25 .3
16
- jinja2>=2.7.3,<2.12.0
17
- scipy>=0.15.1,<2.0.0
18
- six>=1.9.0,<2.0.0
19
- pynrrd>=0.2.1,<1.0.0
20
- future >= 0.14.3,<1.0.0
21
- requests<3.0.0
22
- requests-toolbelt<1.0.0
23
- simplejson>=3.10.0,<4.0.0
24
- scikit-image>=0.14.0,<0.17.0
25
- scikit-build<1.0.0
26
- statsmodels==0.9.0
27
- simpleitk>=2.0.2,<3.0.0
28
- argschema>=3.0.1,<4.0.0
29
- glymur==0.8.19
30
- xarray<0.16 .0
31
- hdmf==1.0.2
32
- pynwb==1.0.2
33
- seaborn<1.0.0
34
- aiohttp==3.7.4
35
- nest_asyncio==1.2.0
36
- docutils<0.18
37
- markupsafe==2.0.1
11
+ psycopg2-binary
12
+ h5py
13
+ matplotlib
14
+ numpy<1.24
15
+ pandas==1.5 .3
16
+ jinja2
17
+ scipy<1.11
18
+ six
19
+ pynrrd
20
+ future
21
+ requests
22
+ requests-toolbelt
23
+ simplejson
24
+ scikit-image
25
+ scikit-build
26
+ statsmodels
27
+ simpleitk
28
+ argschema
29
+ glymur
30
+ xarray<2023.2 .0
31
+ hdmf!=3.5.*,!=3.6.*,!=3.7.*,!=3.8.*
32
+ pynwb
33
+ seaborn
34
+ aiohttp
35
+ nest_asyncio
36
+ docutils
37
+ markupsafe
You can’t perform that action at this time.
0 commit comments