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
|
# Extra pip requirements for the GitHub Actions mypy build
mypy>=1.9
typing-extensions>=4.6
# Extra stubs distributed separately from the main pypi package
pandas-stubs
types-pillow
types-python-dateutil
types-psutil
sphinx
# Default requirements, included here because mpl itself does not
# need to be installed for mypy to run, but deps are needed
# and pip has no --deps-only install command
contourpy>=1.0.1
cycler>=0.10
fonttools>=4.22.0
kiwisolver>=1.3.1
packaging>=20.0
pillow>=8
pyparsing>=2.3.1
python-dateutil>=2.7
setuptools_scm>=7
setuptools>=64
|