Skip to content

Commit

Permalink
fixing a bug with scikit learn install
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasha Ektefaie committed Apr 22, 2024
1 parent 19c1e7a commit 4cd0850
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 @@ -2,7 +2,7 @@

setup(
name='spectrae',
version='0.1.1',
version='1.0.1',
description='SPECTRA: The spectral framework for model evaluation',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand All @@ -14,7 +14,7 @@
install_requires=['networkx',
'numpy',
'torch',
'sklearn',
'scikit-learn',
'pandas',
'tqdm',
'cell-gears',
Expand Down

0 comments on commit 4cd0850

Please sign in to comment.