Skip to content

Commit

Permalink
Update setup.py with new cnv_suite version
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorMesser authored Jun 19, 2024
1 parent c0c5915 commit 9203a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
packages=setuptools.find_packages(where=".", exclude=['zeption.examples', '']),
python_requires=">=3.8", # last tested version: 3.9
install_requires = ['setuptools<60.0', # https://numpy.org/doc/stable/reference/distutils_status_migration.html. Install before numpy
'cnv-suite',
'cnv-suite>=0.2.0',
'dash>=2.11.0',
'dash-bootstrap-components',
'dash-cytoscape',
Expand Down

0 comments on commit 9203a30

Please sign in to comment.