Setup tox

This commit is contained in:
Andras Schmelczer 2022-07-29 12:59:41 +02:00
parent 18c6ba62bb
commit 55f1599a7a
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
5 changed files with 37 additions and 7 deletions

View file

@ -21,7 +21,7 @@ classifiers = [
"Natural Language :: English",
]
keywords = ["SE4ML", "MLOps", "AI engineering", "general", "robust", "end-to-end", "automated", "trustworthy", "ai", "deployment"]
requires-python = ">= 3.8"
requires-python = ">= 3.7"
dependencies = [
"scikit-learn",
"matplotlib",
@ -43,8 +43,7 @@ dependencies = [
"typeguard >= 2.10.0",
"pymongo >= 4.0.0",
"dill >= 0.3.5.0",
'tqdm',
"async_lru >= 1.0.0",
"tqdm",
"httpx >= 0.20.0",
]
@ -61,9 +60,9 @@ dev = [
"black[jupyter]",
"mypy",
"flake8",
"tox",
"pytest",
"pytest-cov",
"pytest-subtests",
"pytest-asyncio",
]