Skip to content

Commit 0f1e075

Browse files
committed
Allow pytensor 3.3
No code changes were needed for compatibility, so the lower bound stays at 3.2.2.
1 parent 47bdf54 commit 0f1e075

8 files changed

Lines changed: 8 additions & 8 deletions

conda-envs/environment-alternative-backends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- numpy>=1.25.0
2121
- pandas>=0.24.0
2222
- pip
23-
- pytensor>=3.2.2,<3.3
23+
- pytensor>=3.2.2,<3.4
2424
- python-graphviz
2525
- networkx
2626
- rich>=13.7.1

conda-envs/environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- numpy>=1.25.0
1313
- pandas>=0.24.0
1414
- pip
15-
- pytensor>=3.2.2,<3.3
15+
- pytensor>=3.2.2,<3.4
1616
- python-graphviz
1717
- networkx
1818
- scipy>=1.4.1

conda-envs/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- numpy>=1.25.0
1212
- pandas>=0.24.0
1313
- pip
14-
- pytensor>=3.2.2,<3.3
14+
- pytensor>=3.2.2,<3.4
1515
- python-graphviz
1616
- rich>=13.7.1
1717
- scipy>=1.4.1

conda-envs/environment-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- pandas>=0.24.0
1616
- pip
1717
- polyagamma
18-
- pytensor>=3.2.2,<3.3
18+
- pytensor>=3.2.2,<3.4
1919
- python-graphviz
2020
- networkx
2121
- rich>=13.7.1

conda-envs/windows-environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- numpy>=1.25.0
1313
- pandas>=0.24.0
1414
- pip
15-
- pytensor>=3.2.2,<3.3
15+
- pytensor>=3.2.2,<3.4
1616
- python-graphviz
1717
- networkx
1818
- rich>=13.7.1

conda-envs/windows-environment-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- pandas>=0.24.0
1717
- pip
1818
- polyagamma
19-
- pytensor>=3.2.2,<3.3
19+
- pytensor>=3.2.2,<3.4
2020
- python-graphviz
2121
- networkx
2222
- rich>=13.7.1

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pandas>=0.24.0
1717
polyagamma
1818
pre-commit>=2.8.0
1919
pymc-sphinx-theme>=0.16.0
20-
pytensor>=3.2.2,<3.3
20+
pytensor>=3.2.2,<3.4
2121
pytest-cov>=2.5
2222
pytest>=3.0
2323
rich>=13.7.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cachetools>=4.2.1,<7
33
cloudpickle
44
numpy>=1.25.0
55
pandas>=0.24.0
6-
pytensor>=3.2.2,<3.3
6+
pytensor>=3.2.2,<3.4
77
rich>=13.7.1
88
scipy>=1.4.1
99
threadpoolctl>=3.1.0,<4.0.0

0 commit comments

Comments
 (0)