Skip to content

Commit

Permalink
chore: update filters
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Nov 4, 2024
1 parent eab1d05 commit 8e8ad3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions filters.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions update_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 8e8ad3d

Please sign in to comment.