We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eccbbbb commit 1a34bc0Copy full SHA for 1a34bc0
1 file changed
tox.ini
@@ -68,7 +68,8 @@ extras =
68
!minimal: tests
69
commands_pre =
70
oldestdeps: minimum_dependencies ndcube --extras plotting reproject asdf tests-optional --filename requirements-min.txt
71
- oldestdeps: pip install -r requirements-min.txt
+ # Pin down pyparsing because of incompatibility with old mpl
72
+ oldestdeps: pip install -r requirements-min.txt pyparsing<3.3
73
oldestdeps: python -c "import astropy.time; astropy.time.update_leap_seconds()"
74
pip freeze --all --no-input
75
commands =
0 commit comments