diff --git a/filters.json b/filters.json index 4c9f6b58..ac8d5de3 100644 --- a/filters.json +++ b/filters.json @@ -230,7 +230,7 @@ "osqp-3.6", "opencv_contrib_python-3.6", "clickhouse_connect-3.8", -"pyzstd-3.5", +"pyzstd-3.9", "pygit2-3.10", "deltalake-3.8", "rtree-3.8", @@ -283,7 +283,7 @@ "azureml_dataprep_rslex-3.8", "nvidia_nccl_cu11-3.0", "xmlsec-3.5", -"pycurl-3.5", +"pycurl-3.8", "clang_format-2.0", "tritonclient-3.0", "tensorflow_io-3.7", @@ -715,7 +715,7 @@ "python_gdcm-3.7", "pycld3-3.6", "pystemmer-3.6", -"dtaidistance-3.5", +"dtaidistance-3.7", "onigurumacffi-3.8", "python_libsbml-3.6", "onnx_simplifier-3.7", diff --git a/update_filters.py b/update_filters.py index ebbd489b..2ad2289d 100644 --- a/update_filters.py +++ b/update_filters.py @@ -122,6 +122,9 @@ def _get_min_python(spec_sets: set[SpecifierSet]): "tslearn-3.6": "tslearn-3.8", # pure wheel, no requires_python "tensorrt-3.6": "tensorrt-3.8", # meta-packages, no requires_python "cobra-2.7": "cobra-3.8", # pure wheel, no requires_python + "dtaidistance-3.5": "dtaidistance-3.7", # no wheels below 3.7 + "pyzstd-3.5": "pyzstd-3.9", # no wheels below 3.9, wrong python_requires ? + "pycurl-3.5": "pycurl-3.8", # no wheels below 3.8, wrong python_requires ? } return overrides.get(result, result)