File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - name : Install dependencies
3636 run : |
3737 python -m pip install --upgrade pip wheel setuptools>=77.0.3 uv
38+ uv pip install --system "git+https://github.com/KulikDM/pyclustering.git@Warning-Fix"
3839 uv pip install --system -e '.[dev]' --no-build-isolation
3940 - name : Lint with Ruff
4041 run : ruff check .
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ dynamic = ["version"]
1111description = " A Python toolbox for outlier detection thresholding in machine learning and data science"
1212readme = { file = " README.rst" , content-type = " text/x-rst" }
1313requires-python = " >=3.8"
14- license = { file = " LICENSE" }
14+ license = " BSD-3-Clause"
15+ license-files = [" LICENSE" ]
1516
1617keywords = [
1718 " outlier-detection" ,
@@ -86,7 +87,6 @@ extra = [
8687 " torch" ,
8788 " tqdm" ,
8889 " xgboost>=2.0.0" ,
89- " pyclustering @ https://github.com/KulikDM/pyclustering/archive/Warning-Fix.zip" ,
9090]
9191
9292# Dev / testing / linting
@@ -102,7 +102,6 @@ dev = [
102102 " torch" ,
103103 " tqdm" ,
104104 " xgboost>=2.0.0" ,
105- " pyclustering @ https://github.com/KulikDM/pyclustering/archive/Warning-Fix.zip" ,
106105
107106 # --- dev tools ---
108107 " pytest" ,
@@ -156,7 +155,7 @@ pythresh = [
156155# Automated model publish versioning
157156# --------------------------------------------------------------------------------------------------
158157[tool .bumpversion ]
159- current_version = " 1.1.1 "
158+ current_version = " 1.0.3 "
160159commit = true
161160tag = false
162161
Original file line number Diff line number Diff line change 1- __version__ = "1.1.1 "
1+ __version__ = "1.0.3 "
You can’t perform that action at this time.
0 commit comments