numpy

Форк
0
/
environment.yml 
49 строк · 965.0 Байт
1
# To use:
2
#
3
#   $ conda env create -f environment.yml  # `mamba` works too for this command
4
#   $ conda activate numpy-dev
5
#
6
name: numpy-dev
7
channels:
8
  - conda-forge
9
dependencies:
10
  - python=3.11 #need to pin to avoid issues with builds
11
  - cython>=3.0
12
  - compilers
13
  - openblas
14
  - nomkl
15
  - setuptools
16
  - ninja
17
  - pkg-config
18
  - meson-python
19
  - pip
20
  - spin=0.8 # Unpin when spin 0.9.1 is released
21
  - ccache
22
  # For testing
23
  - pytest
24
  - pytest-cov
25
  - pytest-xdist
26
  - hypothesis
27
  # For type annotations
28
  - typing_extensions>=4.2.0  # needed for python < 3.10
29
  - mypy=1.11.1
30
  # For building docs
31
  - sphinx>=4.5.0
32
  - sphinx-copybutton
33
  - sphinx-design
34
  - numpydoc=1.4.0
35
  - ipython
36
  - scipy
37
  - pandas
38
  - matplotlib
39
  - pydata-sphinx-theme>=0.15.2
40
  - doxygen
41
  - towncrier
42
  # NOTE: breathe 4.33.0 collides with sphinx.ext.graphviz
43
  - breathe>4.33.0
44
  # For linting
45
  - pycodestyle=2.12.1
46
  - gitpython
47
  # Used in some tests
48
  - cffi
49
  - pytz
50

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.