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 cef1bf9 commit a6f5187Copy full SHA for a6f5187
setup.py
@@ -2,14 +2,13 @@
2
3
4
test_deps = [
5
- "pytest>=5.3.5",
6
- "pytest-flask>=1.0.0",
7
- "pip>=20.0.0",
8
- "tox>=3.14.0",
9
- "flake8>=3.7.9",
10
- "flake8-annotations>=1.1.3",
11
- "pytest-cov>=2.8.1",
12
- "black>=19.10b0"
+ "pytest>=6.2.3",
+ "pytest-flask>=1.2.0",
+ "pip>=21.0.1",
+ "flake8>=3.9.2",
+ "flake8-annotations>=2.6.2",
+ "pytest-cov>=2.12.1",
+ "black>=21.7b0"
13
]
14
15
serve_deps = [
@@ -26,7 +25,7 @@
26
25
author_email="[email protected]",
27
description="Description of my ml-skeleton package",
28
packages=find_packages(),
29
- install_requires=["pandas>=1.1.0", "scikit-learn>=0.23.2"],
+ install_requires=["pandas>=1.3.2", "scikit-learn>=0.24.2"],
30
tests_require=test_deps,
31
extras_require=extras,
32
)
0 commit comments