Skip to content

Commit 3431986

Browse files
authored
Merge pull request #597 from bsipocz/MAINT_fix_minimum_np
CI: bump oldest numpy version in CI
2 parents 4a6f52f + d5c6baf commit 3431986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ deps =
4242
oldestdeps: astropy==4.1
4343
# We set a suitably old numpy along with an old astropy, no need to pick up
4444
# deprecations and errors due to their unmatching versions
45-
oldestdeps: numpy==1.16
45+
oldestdeps: numpy==1.19
4646

4747
online: pytest-rerunfailures
4848

0 commit comments

Comments
 (0)