Skip to content

Commit f37cd93

Browse files
Version pins to circumvent Aesara 2.7.8 import problems
See pymc-devs/pymc#6013 (comment)
1 parent 249acd6 commit f37cd93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements-dev.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
arviz
22
clickhouse-driver
33
flake8
4-
pymc>=4.0.1
4+
pymc==4.1.4
55
pytest
66
pytest-cov
7+
# Temporary pin to fix Aesara import
8+
setuptools>=48.0.0
79
twine
810
wheel

0 commit comments

Comments
 (0)