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.
1 parent 0f28b8f commit 040774aCopy full SHA for 040774a
noxfile.py
@@ -11,7 +11,7 @@ def lint(session):
11
@nox.session
12
@nox.parametrize('numpy', ['1.18.1', '1.19.4', '1.20.1'])
13
@nox.parametrize('scipy', ['1.4.1', '1.5.4', '1.6.0'])
14
-@nox.parametrize('pandas', ['1.0.5', '1.1.4', '1.2.2'])
+@nox.parametrize('pandas', ['1.1.4', '1.2.2'])
15
def tests(session, numpy, scipy, pandas):
16
session.install('pytest>=5.3.5',
17
'setuptools>=45.2',
0 commit comments