We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37094ad + 9402d12 commit df0a303Copy full SHA for df0a303
.readthedocs.yml
@@ -23,4 +23,3 @@ python:
23
install:
24
- method: pip
25
path: .
26
- system_packages: true
docs/environment.yml
@@ -5,7 +5,6 @@ channels:
5
6
dependencies:
7
- sphinx
8
- - sphinx_rtd_theme
9
- numpydoc
10
- numpy
11
- python
@@ -15,3 +14,5 @@ dependencies:
15
14
- nbsphinx
16
- nbsphinx_link
17
- sphinxcontrib-apidoc
+ # fix sphinx 7 incompatibility issue
18
+ - 'sphinx_rtd_theme>=1.3.0rc1'
setup.py
@@ -28,7 +28,6 @@
28
install_requires=['numpy>=1.1',
29
'scipy>=0.18',
30
'matplotlib>=1.5',
31
- 'Pillow>=3.4',
32
'tqdm>=4.29',
33
'requests>=2.21'],
34
ext_modules=[Extension('pyrtools.pyramids.c.wrapConv',
0 commit comments