Skip to content

Commit a6f5187

Browse files
committed
upgrade versions
1 parent cef1bf9 commit a6f5187

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

setup.py

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33

44
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"
5+
"pytest>=6.2.3",
6+
"pytest-flask>=1.2.0",
7+
"pip>=21.0.1",
8+
"flake8>=3.9.2",
9+
"flake8-annotations>=2.6.2",
10+
"pytest-cov>=2.12.1",
11+
"black>=21.7b0"
1312
]
1413

1514
serve_deps = [
@@ -26,7 +25,7 @@
2625
author_email="[email protected]",
2726
description="Description of my ml-skeleton package",
2827
packages=find_packages(),
29-
install_requires=["pandas>=1.1.0", "scikit-learn>=0.23.2"],
28+
install_requires=["pandas>=1.3.2", "scikit-learn>=0.24.2"],
3029
tests_require=test_deps,
3130
extras_require=extras,
3231
)

0 commit comments

Comments
 (0)