/
niceSOFT
/
numpy
Обзор
Документация
Войти
/
niceSOFT
/
numpy
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
environment.yml
52 строки
1 KB
Joren Hammudoglu
MAINT/TYP: Bump ``mypy`` to ``2.3.0`` (#32024)
16 июл 2026, 22:40
Не верифицирован
16 июл 2026, 22:40
daf339d
Код
Авторство
О чём код?
# To use: # # $ conda env create -f environment.yml # `mamba` works too for this command # $ conda activate numpy-dev # name: numpy-dev channels: - conda-forge dependencies: - python=3.12 # need to pin to avoid issues with builds - cython>=3.0 - compilers - openblas - nomkl - setuptools==65.5.1 - ninja - pkg-config - meson-python - spin==0.15 - ccache # For testing - pytest - pytest-cov - pytest-xdist - hypothesis # For type annotations - mypy==2.3.0 - orjson # makes mypy faster # For building docs - sphinx>=8.0 - sphinx-copybutton - sphinx-design - numpydoc=1.4.0 - ipython - scipy - pandas - matplotlib - pydata-sphinx-theme>=0.15.2 - doxygen - towncrier - jupyterlite-sphinx>=0.18.0 # see https://github.com/jupyterlite/pyodide-kernel#compatibility - jupyterlite-pyodide-kernel==0.5.2 # supports Pyodide 0.27.1 # NOTE: breathe 4.33.0 collides with sphinx.ext.graphviz - breathe>4.33.0 # For linting - cython-lint - ruff=0.15.10 - gitpython # Used in some tests - cffi - tzdata