Skip to content

Commit 0002370

Browse files
authored
Merge pull request #3063 from bsipocz/DEP_fix_minimum_pillow
DEP: pinning pillow version for oldest deps CI job
2 parents 6933ec1 + 43b0aa9 commit 0002370

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ deps =
3333
devdeps: git+https://github.com/astropy/pyvo.git#egg=pyvo
3434

3535
# mpl while not a dependency, it's required for the tests, and would pull up a newer numpy version if not pinned.
36+
# And pillow should be pinned as well, otherwise a too new version is pulled that is not compatible with old np.
3637

3738
oldestdeps: astropy==5.0.0
3839
oldestdeps: numpy==1.20
3940
oldestdeps: matplotlib==3.4.*
41+
oldestdeps: pillow==10.0.0
4042
oldestdeps: pyvo==1.5
4143
oldestdeps: pytest-doctestplus==0.13
4244
oldestdeps: requests==2.25

0 commit comments

Comments
 (0)