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 6933ec1 + 43b0aa9 commit 0002370Copy full SHA for 0002370
tox.ini
@@ -33,10 +33,12 @@ deps =
33
devdeps: git+https://github.com/astropy/pyvo.git#egg=pyvo
34
35
# 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.
37
38
oldestdeps: astropy==5.0.0
39
oldestdeps: numpy==1.20
40
oldestdeps: matplotlib==3.4.*
41
+ oldestdeps: pillow==10.0.0
42
oldestdeps: pyvo==1.5
43
oldestdeps: pytest-doctestplus==0.13
44
oldestdeps: requests==2.25
0 commit comments