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 040774a commit 35d4438Copy full SHA for 35d4438
noxfile.py
@@ -4,7 +4,7 @@
4
def lint(session):
5
session.install('pytest>=5.3.5', 'setuptools>=45.2',
6
'wheel>=0.34.2', 'flake8>=3.7.9',
7
- 'numpy==1.18.1', 'pandas==1.0.5')
+ 'numpy==1.18.1', 'pandas==1.1.4')
8
session.install('.')
9
session.run('flake8', 'sklearn_pandas/', 'tests')
10
0 commit comments