-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
41 lines (34 loc) · 774 Bytes
/
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
[metadata]
name = scikit_stan
author = Alexey Izmailov, Brian Ward
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD 3-Clause License
url = https://github.com/WardBrian/scikit-stan
[options]
packages = find:
include_package_data = True
install_requires =
cmdstanpy>=1.1.0
numpy>=1.21.0
[options.package_data]
* =
*.stan
*.stanfunctions
scikit_stan =
py.typed
[options.extras_require]
test =
flake8
pytest
pytest-cov
pytest-order
mypy
isort
black==22.3.0
scikit_learn
pybind-stan-fns@git+https://github.com/WardBrian/pybind_expose_stan_fns
[flake8]
ignore = E265, E127,E201,E202,E203,E231,E252,E266,E402,E999,F841,W503,W605, W291
max-line-length = 100
exclude = .git