diff --git a/.readthedocs.yml b/.readthedocs.yml index 4409574..d2f81d1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -23,4 +23,3 @@ python: install: - method: pip path: . - system_packages: true diff --git a/docs/environment.yml b/docs/environment.yml index a7ee197..85d6208 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -5,7 +5,6 @@ channels: dependencies: - sphinx - - sphinx_rtd_theme - numpydoc - numpy - python @@ -15,3 +14,5 @@ dependencies: - nbsphinx - nbsphinx_link - sphinxcontrib-apidoc + # fix sphinx 7 incompatibility issue + - 'sphinx_rtd_theme>=1.3.0rc1' diff --git a/setup.py b/setup.py index b1e5b71..a89bf70 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,6 @@ install_requires=['numpy>=1.1', 'scipy>=0.18', 'matplotlib>=1.5', - 'Pillow>=3.4', 'tqdm>=4.29', 'requests>=2.21'], ext_modules=[Extension('pyrtools.pyramids.c.wrapConv',