提交 a05da83e authored 作者: Virgile Andreani's avatar Virgile Andreani

Update dependencies as per SPEC0

上级 efa845a3
......@@ -9,7 +9,7 @@ dependencies:
- numpy
- scipy
- six
- sphinx>=5.1.0,<6
- sphinx>=5.3,<6
- mock
- pillow
- pymc-sphinx-theme
......
......@@ -9,9 +9,9 @@ channels:
dependencies:
- python>=3.10
- compilers
- numpy>=1.17.0
- scipy>=0.14
- filelock
- numpy>=1.24
- scipy>=1.9
- filelock>=3.8
- etuples
- logical-unification
- miniKanren
......@@ -28,16 +28,16 @@ dependencies:
- diff-cover
- mypy
- types-filelock
- types-setuptools
- pytest
- types-setuptools>=63.0
- pytest>=7.2
- pytest-cov
- pytest-xdist
- pytest-benchmark
- pytest-mock
- pytest-mock>=3.9
# For building docs
- sphinx>=5.1.0,<6
- sphinx>=5.3,<6
- sphinx_rtd_theme
- pygments
- pygments>=2.13
- pydot
- ipython
- pymc-sphinx-theme
......@@ -45,7 +45,7 @@ dependencies:
- ruff
# developer tools
- pandas # required to run mypy script
- pre-commit
- pre-commit>=2.20
- packaging
# optional
- cython
......
[build-system]
requires = [
"setuptools>=59.0.0",
"setuptools>=63.0",
"cython",
"numpy>=1.17.0",
"numpy>=1.24",
"versioneer[toml]>=0.28",
]
build-backend = "setuptools.build_meta"
......@@ -47,9 +47,9 @@ keywords = [
]
dependencies = [
"setuptools>=59.0.0",
"scipy>=0.14",
"numpy>=1.17.0,<2",
"filelock",
"scipy>=1.9",
"numpy>=1.24,<2",
"filelock>=3.8",
"etuples",
"logical-unification",
"miniKanren",
......@@ -69,16 +69,16 @@ pytensor-cache = "pytensor.bin.pytensor_cache:main"
complete = ["pytensor[jax]", "pytensor[numba]"]
development = ["pytensor[complete]", "pytensor[tests]", "pytensor[rtd]"]
tests = [
"pytest",
"pre-commit",
"pytest>=7.2",
"pre-commit>=2.20",
"pytest-cov>=2.6.1",
"coverage>=5.1",
"coverage>=6.5",
"pytest-benchmark",
"pytest-mock",
"pytest-mock>=3.9",
]
rtd = ["sphinx>=5.1.0,<6", "pygments", "pydot", "pydot2", "pydot-ng"]
rtd = ["sphinx>=5.3,<6", "pygments>=2.13", "pydot", "pydot2", "pydot-ng"]
jax = ["jax", "jaxlib"]
numba = ["numba>=0.57", "llvmlite"]
numba = ["numba>=0.57", "llvmlite>=0.38"]
[tool.setuptools.packages.find]
include = ["pytensor*"]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论