Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions environment-osx-arm64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# 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
# Apple 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