Skip to content

Commit 040774a

Browse files
authored
Removing 1.0.5 Pandas version
1 parent 0f28b8f commit 040774a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def lint(session):
1111
@nox.session
1212
@nox.parametrize('numpy', ['1.18.1', '1.19.4', '1.20.1'])
1313
@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'])
14+
@nox.parametrize('pandas', ['1.1.4', '1.2.2'])
1515
def tests(session, numpy, scipy, pandas):
1616
session.install('pytest>=5.3.5',
1717
'setuptools>=45.2',

0 commit comments

Comments
 (0)