Skip to content

Commit

Permalink
Fix scipy - arviz clash
Browse files Browse the repository at this point in the history
  • Loading branch information
DavAug committed Jul 4, 2024
1 parent bde2291 commit 3f36dd9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
# Module name
name='chi-drm',
version='1.0.0',
version='1.0.1',
description='Package to model dose response dynamics',
long_description=readme,
long_description_content_type="text/markdown",
Expand All @@ -36,8 +36,9 @@
'pandas>=0.24',
'pints>=0.4',
'plotly>=4.8.1',
'scipy<=1.12', # 07/2024 - ArviZ seems to not yet keep up with SciPy
'tqdm>=4.46.1',
'xarray>=0.19'
'xarray>=0.19',
],
extras_require={
'docs': [
Expand All @@ -49,4 +50,4 @@
'jupyter==1.0.0',
]
},
)
)

0 comments on commit 3f36dd9

Please sign in to comment.