File: requirements-dev.txt

package info (click to toggle)
statsmodels 0.14.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 49,956 kB
  • sloc: python: 254,365; f90: 612; sh: 560; javascript: 337; asm: 156; makefile: 145; ansic: 32; xml: 9
file content (24 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# build
cython>=3.0.10,<4
setuptools_scm[toml]~=8.0

# run
matplotlib>=3
colorama
joblib
jinja2
# Remove due to failures on azure CI
# cvxopt; os_name != "win32"

# test
pytest>=7.3.0,<8
pytest-randomly
pytest-xdist
pytest-cov

# Pin on Win32
pywinpty; os_name == "nt"

# code quality
flake8
isort