-
Notifications
You must be signed in to change notification settings - Fork 18
/
setup.cfg
77 lines (64 loc) · 1.19 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[metadata]
name = vetiver
description = Version, share, deploy, and monitor models.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/rstudio/vetiver-python
author = Isabel Zimmerman
author_email = isabel.zimmerman@posit.co
license = MIT
keywords = data, mlops
classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
packages = find:
include_package_data = True
zipsafe = False
python_requires = >=3.8
install_requires =
numpy
pandas
fastapi
pydantic
joblib
uvicorn
scikit-learn
nest-asyncio
requests
pins>=0.7.1
rsconnect-python>=1.11.0
python-dotenv
plotly
pip-tools
httpx
[options.extras_require]
all =
vetiver[dev]
vetiver[all_models]
vetiver[docs]
all_models =
vetiver[torch]
vetiver[statsmodels]
vetiver[xgboost]
vetiver[spacy]
dev =
pytest
pytest-cov
pytest-snapshot
vetiver[typecheck]
docs =
quartodoc
griffe
statsmodels =
statsmodels
torch =
torch
xgboost =
xgboost
spacy =
spacy
typecheck =
pyright
pandas-stubs