Skip to content

Commit 7ec58a2

Browse files
committed
Remove aeasara from requirements
https://github.com/aesara-devs/aesara is no longer maintained, and `pymc` does not require aesara.
1 parent 6beb8f5 commit 7ec58a2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ mpi =
118118
mpi4py >= 3.0.3
119119
pymc =
120120
arviz >= 0.12.1
121-
aesara >= 2.8.6
122121
pymc >= 4.2.1
123122
jax =
124123
jax >= 0.4.1

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ description =
4949
# Unit tests
5050

5151
[testenv:base]
52-
extras = test,test_petab,amici,petab,emcee,dynesty,mltools,aesara,pymc,jax,fides,roadrunner
52+
extras = test,test_petab,amici,petab,emcee,dynesty,mltools,pymc,jax,fides,roadrunner
5353

5454
deps =
5555
git+https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab.git@master\#subdirectory=src/python

0 commit comments

Comments
 (0)