Skip to content

Commit bc60531

Browse files
authored
Merge pull request #2779 from willingc/iss-2778
Allow pillow to float version in conda builds
2 parents 0f75e83 + 5dc405c commit bc60531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/python_environments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def install_core_requirements(self):
197197
'Pygments==2.2.0',
198198
'docutils==0.12',
199199
'mock',
200-
'pillow==3.0.0',
200+
'pillow>=3.0.0',
201201
'sphinx_rtd_theme==0.1.7',
202202
'alabaster>=0.7,<0.8,!=0.7.5',
203203
]

0 commit comments

Comments
 (0)