提交 b7169984 authored 作者: Brendan Murphy's avatar Brendan Murphy 提交者: Ricardo Vieira

Unpinned numpy

Also added ruff numpy2 transition rule.
上级 8226f64c
...@@ -9,7 +9,7 @@ channels: ...@@ -9,7 +9,7 @@ channels:
dependencies: dependencies:
- python=>3.10 - python=>3.10
- compilers - compilers
- numpy>=1.17.0,<2 - numpy>=1.17.0
- scipy>=1,<2 - scipy>=1,<2
- filelock>=3.15 - filelock>=3.15
- etuples - etuples
......
...@@ -9,7 +9,7 @@ channels: ...@@ -9,7 +9,7 @@ channels:
dependencies: dependencies:
- python>=3.10 - python>=3.10
- compilers - compilers
- numpy>=1.17.0,<2 - numpy>=1.17.0
- scipy>=1,<2 - scipy>=1,<2
- filelock>=3.15 - filelock>=3.15
- etuples - etuples
......
...@@ -48,7 +48,7 @@ keywords = [ ...@@ -48,7 +48,7 @@ keywords = [
dependencies = [ dependencies = [
"setuptools>=59.0.0", "setuptools>=59.0.0",
"scipy>=1,<2", "scipy>=1,<2",
"numpy>=1.17.0,<2", "numpy>=1.17.0",
"filelock>=3.15", "filelock>=3.15",
"etuples", "etuples",
"logical-unification", "logical-unification",
...@@ -129,7 +129,7 @@ exclude = ["doc/", "pytensor/_version.py"] ...@@ -129,7 +129,7 @@ exclude = ["doc/", "pytensor/_version.py"]
docstring-code-format = true docstring-code-format = true
[tool.ruff.lint] [tool.ruff.lint]
select = ["B905", "C", "E", "F", "I", "UP", "W", "RUF", "PERF", "PTH", "ISC", "T20"] select = ["B905", "C", "E", "F", "I", "UP", "W", "RUF", "PERF", "PTH", "ISC", "T20", "NPY201"]
ignore = ["C408", "C901", "E501", "E741", "RUF012", "PERF203", "ISC001"] ignore = ["C408", "C901", "E501", "E741", "RUF012", "PERF203", "ISC001"]
unfixable = [ unfixable = [
# zip-strict: the auto-fix adds `strict=False` but we might want `strict=True` instead # zip-strict: the auto-fix adds `strict=False` but we might want `strict=True` instead
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论