Skip to content
Merged
Changes from 1 commit
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
6 changes: 2 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,9 +18,7 @@ dependencies:
- cons
- pydeprecate
# Intel BLAS
- mkl
- mkl-service
- libblas=*=*mkl
- libblas=*=*accelerate
# numba backend
- numba>=0.57
# For testing
Expand Down