File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828)
2929from .distances import _ALL_METRICS , _UNIQUE_METRICS
3030
31- __version__ = "0.2.2a3 "
31+ __version__ = "0.2.2a4 "
3232
3333__all__ = [
3434 "DistanceMetricClassifier" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "distclassipy"
77dynamic = [" version" ]
88description = " A python package for a distance-based classifier which can use several different distance metrics."
99readme = " README.md"
10- requires-python = " >=3.10 "
10+ requires-python = " >=3.7 "
1111license = {file = " LICENSE" }
1212authors = [{name = " Siddharth Chaini" , email = " sidchaini@gmail.com" }]
1313classifiers = [
@@ -23,10 +23,10 @@ classifiers = [
2323 " Operating System :: OS Independent"
2424]
2525dependencies = [
26- " joblib>=1.3.2 " ,
27- " numpy>=1.25.2 " ,
28- " pandas>=2.0.3 " ,
29- " scikit-learn>=1.2.2 "
26+ " joblib" ,
27+ " numpy" ,
28+ " pandas" ,
29+ " scikit-learn"
3030]
3131
3232[tool .setuptools .dynamic ]
You can’t perform that action at this time.
0 commit comments