Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Feb 23, 2024
1 parent 5e564fb commit 747395f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ scipy>=1.7.1
pytest==7.1.2
pytest-cov==4.0.0
flake8>=4.0.1
scikit-learn>=1.1.2
scikit-learn>=1.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def readme():
],
install_requires=["numpy>=1.15.1", "scipy>=1.7.1"],
extras_require={
"dev": ["pytest>=7.0", "pytest-cov==4.0.0", "flake8>=4.0.1", "scikit-learn>=1.1.2"],
"dev": ["pytest>=7.0", "pytest-cov==4.0.0", "flake8>=4.0.1", "scikit-learn>=1.0.1"],
},
python_requires='>=3.7',
)

0 comments on commit 747395f

Please sign in to comment.