Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gallg authored Oct 8, 2024
1 parent d476eac commit 774693b
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 @@ -14,8 +14,8 @@
long_description_content_type="text/markdown",
long_description=LONG_DESCRIPTION,
packages=find_packages(),
install_requires=["joblib==1.2.0", "matplotlib==3.6.0", "numpy==1.24.2", "pandas==1.5.1", "pygam==0.9.0",
"regressors==0.0.3", "scikit_learn==1.2.1", "scipy==1.11.3", "tqdm==4.64.1", "setuptools==57.5.0"],
install_requires=["joblib>=1.2.0", "matplotlib>=3.6.0", "numpy>=1.24.2", "pandas>=1.5.1", "pygam>=0.9.0",
"scikit_learn>=1.2.1", "scipy>=1.11.3", "tqdm>=4.64.1", "setuptools>=57.5.0"],
keywords=['python', 'machine learning', 'neuroimaging', 'data splitting'],
classifiers=[]
)

0 comments on commit 774693b

Please sign in to comment.