Skip to content

Commit d7d2be2

Browse files
jessegrabowskiricardoV94
authored andcommitted
bump pytensor version dependency
1 parent 3b6e351 commit d7d2be2

8 files changed

+8
-8
lines changed

conda-envs/environment-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- numpy>=1.25.0
1414
- pandas>=0.24.0
1515
- pip
16-
- pytensor>=2.26.2,<2.27
16+
- pytensor>=2.26.2,<2.28
1717
- python-graphviz
1818
- networkx
1919
- scipy>=1.4.1

conda-envs/environment-docs.yml

+1-1
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>=2.26.2,<2.27
14+
- pytensor>=2.26.2,<2.28
1515
- python-graphviz
1616
- rich>=13.7.1
1717
- scipy>=1.4.1

conda-envs/environment-jax.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
- numpyro>=0.8.0
2222
- pandas>=0.24.0
2323
- pip
24-
- pytensor>=2.26.2,<2.27
24+
- pytensor>=2.26.2,<2.28
2525
- python-graphviz
2626
- networkx
2727
- rich>=13.7.1

conda-envs/environment-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- numpy>=1.25.0
1515
- pandas>=0.24.0
1616
- pip
17-
- pytensor>=2.26.2,<2.27
17+
- pytensor>=2.26.2,<2.28
1818
- python-graphviz
1919
- networkx
2020
- rich>=13.7.1

conda-envs/windows-environment-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- numpy>=1.25.0
1414
- pandas>=0.24.0
1515
- pip
16-
- pytensor>=2.26.2,<2.27
16+
- pytensor>=2.26.2,<2.28
1717
- python-graphviz
1818
- networkx
1919
- rich>=13.7.1

conda-envs/windows-environment-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- numpy>=1.25.0
1717
- pandas>=0.24.0
1818
- pip
19-
- pytensor>=2.26.2,<2.27
19+
- pytensor>=2.26.2,<2.28
2020
- python-graphviz
2121
- networkx
2222
- rich>=13.7.1

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ numpydoc
1717
pandas>=0.24.0
1818
polyagamma
1919
pre-commit>=2.8.0
20-
pytensor>=2.26.2,<2.27
20+
pytensor>=2.26.2,<2.28
2121
pytest-cov>=2.5
2222
pytest>=3.0
2323
rich>=13.7.1

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cachetools>=4.2.1
33
cloudpickle
44
numpy>=1.25.0
55
pandas>=0.24.0
6-
pytensor>=2.26.1,<2.27
6+
pytensor>=2.26.1,<2.28
77
rich>=13.7.1
88
scipy>=1.4.1
99
threadpoolctl>=3.1.0,<4.0.0

0 commit comments

Comments
 (0)