提交 a5587a7d authored 作者: Ian Schweer's avatar Ian Schweer 提交者: Ben Mares

Add new env file

上级 7fd8cbd1
# To use:
#
# $ conda env create -f environment.yml # `mamba` works too for this command
# $ conda activate pytensor-dev
#
name: pytensor-dev
channels:
- conda-forge
dependencies:
- python=3.10
- compilers
- numpy>=1.17.0,<2
- scipy>=0.14,<1.14.0
- filelock>=3.15
- etuples
- logical-unification
- miniKanren
- cons
- pydeprecate
# Intel BLAS
- libblas=*=*accelerate
# numba backend
- numba>=0.57
# For testing
- coveralls
- diff-cover
- mypy
- types-setuptools
- pytest
- pytest-cov
- pytest-xdist
- pytest-benchmark
- pytest-mock
- pip:
- pytest-sphinx
# For building docs
- sphinx>=5.1.0,<6
- sphinx_rtd_theme
- pygments
- pydot
- ipython
- pymc-sphinx-theme
- sphinx-design
# code style
- ruff
# developer tools
- pandas # required to run mypy script
- pre-commit
- packaging
# optional
- cython
- graphviz
- pydot
......@@ -7,7 +7,7 @@ name: pytensor-dev
channels:
- conda-forge
dependencies:
- python=3.10
- python>=3.10
- compilers
- numpy>=1.17.0,<2
- scipy>=0.14,<1.14.0
......@@ -18,7 +18,9 @@ dependencies:
- cons
- pydeprecate
# Intel BLAS
- libblas=*=*accelerate
- mkl
- mkl-service
- libblas=*=*mkl
# numba backend
- numba>=0.57
# For testing
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论