From 0cceb57ba7bbe54b287184dea5e41a80e902ba72 Mon Sep 17 00:00:00 2001 From: Ivan Yashchuk Date: Sun, 28 Feb 2021 16:37:41 +0200 Subject: [PATCH] Updated setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cc3627e..2478313 100644 --- a/setup.py +++ b/setup.py @@ -15,5 +15,5 @@ author="Ivan Yashchuk", license="MIT", packages=["fenics_pymc3"], - install_requires=["pymc", "fdm", "fecr"], + install_requires=["pymc3", "fdm", "fecr"], )