Skip to content

Commit

Permalink
Release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Laszlo Treszkai committed Jan 6, 2022
1 parent 724dab1 commit b233b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='best',
version='2.0.3',
version='2.0.4',
description='Bayesian estimation supersedes the t-test',
author='Andrew Straw and Laszlo Treszkai',
author_email='laszlo.treszkai@gmail.com',
Expand All @@ -23,7 +23,7 @@
python_requires='>=3.7',
install_requires=[
'arviz>=0.2.0',
'numpy<1.22.0', # Constraining version until https://github.com/pymc-devs/pymc/issues/5310 is fixed
'numpy',
'scipy',
'matplotlib>=3.0.0',
'pymc3<4.0',
Expand Down

0 comments on commit b233b78

Please sign in to comment.