Setup tox
This commit is contained in:
parent
18c6ba62bb
commit
55f1599a7a
5 changed files with 37 additions and 7 deletions
|
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue