Skip to content

Commit 35d4438

Browse files
authored
Update noxfile.py
1 parent 040774a commit 35d4438

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
@@ -4,7 +4,7 @@
44
def lint(session):
55
session.install('pytest>=5.3.5', 'setuptools>=45.2',
66
'wheel>=0.34.2', 'flake8>=3.7.9',
7-
'numpy==1.18.1', 'pandas==1.0.5')
7+
'numpy==1.18.1', 'pandas==1.1.4')
88
session.install('.')
99
session.run('flake8', 'sklearn_pandas/', 'tests')
1010

0 commit comments

Comments
 (0)