Skip to content

Commit

Permalink
updating scipy (everywhere) and plotly (in setup)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgnesBaud committed Oct 12, 2023
1 parent ef49705 commit c513aaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ scikit-learn==1.3.1
# via
# moonstone (setup.py)
# scikit-bio
scipy==1.5.2
scipy==1.9.0
# via
# scikit-bio
# scikit-learn
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
install_requires=[
'pandas==2.0.2',
'matplotlib==3.3.0',
'plotly==5.6.0',
'plotly==5.17.0',
'statsmodels==0.13.0',
'python-slugify==4.0.1',
'pyaml==20.4.0',
Expand All @@ -20,7 +20,7 @@
'scikit-learn==1.3.1',
'hdmedians==0.14.2',
'cython==0.29.21',
'scipy==1.5.2'
'scipy==1.9.0'
],
packages=find_packages(),
entry_points={'console_scripts': ['moonstone=moonstone.main:run']},
Expand Down

0 comments on commit c513aaa

Please sign in to comment.