Skip to content

Commit

Permalink
Last version update (minor versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorMesser committed Jun 19, 2024
1 parent 79b15c0 commit 0184e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
long_description_content_type = 'text/markdown',
install_requires=[
'pandas',
'numpy>=1.16',
'numpy>=1.16.0',
'scipy',
'matplotlib>=3.1',
'plotly>=5.12, <6', # unknown if there will be breaking changes in a future major version of plotly
'matplotlib>=3.1.0',
'plotly>=5.12.0, <6.0.0', # unknown if there will be breaking changes in a future major version of plotly
'intervaltree',
'natsort',
'pandarallel',
Expand Down

0 comments on commit 0184e42

Please sign in to comment.