Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Dec 17, 2024
1 parent 9fc8810 commit 375a415
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
matplotlib
matplotlib>=3.10
numpy
scikit-learn
scipy
pandas
colourmap>=1.1.15
colourmap>=1.1.18
scatterd>=1.3.7
pca>=2.0.5
adjusttext
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
setuptools.setup(
install_requires=['datazets',
'statsmodels',
'matplotlib',
'matplotlib>=3.10',
'numpy',
'scikit-learn',
'scipy',
'colourmap>=1.1.15',
'colourmap>=1.1.18',
'pandas',
'scatterd>=1.3.7',
'adjusttext',
Expand Down

0 comments on commit 375a415

Please sign in to comment.