Skip to content

Commit

Permalink
Merge pull request #1848 from kleifgch/add-overrides-0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Oct 28, 2024
2 parents bd04220 + 1fd9f3f commit 8e9abe7
Showing 1 changed file with 66 additions and 5 deletions.
71 changes: 66 additions & 5 deletions overrides/build-systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,14 @@
"setuptools"
],
"autograd": [
"setuptools"
{
"buildSystem": "setuptools",
"until": "1.7.0"
},
{
"buildSystem": "hatchling",
"from": "1.7.0"
}
],
"autoit-ripper": [
"setuptools"
Expand All @@ -1642,6 +1649,10 @@
"autopep8": [
"setuptools"
],
"autoray": [
"setuptools",
"setuptools-scm"
],
"autoslot": [
"flit-core"
],
Expand Down Expand Up @@ -6097,6 +6108,9 @@
"duo-client": [
"setuptools"
],
"durationpy": [
"setuptools"
],
"durus": [
"setuptools"
],
Expand Down Expand Up @@ -10773,7 +10787,14 @@
"setuptools"
],
"lazy-loader": [
"flit-core"
{
"buildSystem": "flit-core",
"until": "0.4"
},
{
"buildSystem": "setuptools",
"from": "0.4"
}
],
"lazy-object-proxy": [
"setuptools",
Expand Down Expand Up @@ -11605,6 +11626,9 @@
"marshmallow-enum": [
"setuptools"
],
"marshmallow-jsonschema": [
"setuptools"
],
"marshmallow-objects": [
"setuptools"
],
Expand Down Expand Up @@ -14907,7 +14931,22 @@
"setuptools"
],
"opt-einsum": [
"setuptools"
{
"buildSystem": "setuptools",
"until": "3.4.0"
},
{
"buildSystem": "hatch-fancy-pypi-readme",
"from": "3.4.0"
},
{
"buildSystem": "hatch-vcs",
"from": "3.4.0"
},
{
"buildSystem": "hatchling",
"from": "3.4.0"
}
],
"optax": [
"flit-core",
Expand Down Expand Up @@ -16294,6 +16333,10 @@
"protobuf3-to-dict": [
"setuptools"
],
"protoc-gen-openapiv2": [
"setuptools",
"wheel"
],
"protoletariat": [
"poetry-core"
],
Expand Down Expand Up @@ -18054,7 +18097,15 @@
"setuptools"
],
"pymongo": [
"setuptools"
"setuptools",
{
"buildSystem": "hatch-requirements-txt",
"from": "4.9"
},
{
"buildSystem": "hatchling",
"from": "4.9"
}
],
"pymongo-inmemory": [
"poetry-core"
Expand Down Expand Up @@ -20311,7 +20362,14 @@
"setuptools"
],
"pytoolconfig": [
"pdm-pep517"
{
"buildSystem": "pdm-pep517",
"until": "1.2.6"
},
{
"buildSystem": "pdm-backend",
"from": "1.2.6"
}
],
"pytools": [
"setuptools"
Expand Down Expand Up @@ -24419,6 +24477,9 @@
"torch-bin": [
"setuptools"
],
"torch-geometric": [
"flit-core"
],
"torch-pitch-shift": [
"setuptools"
],
Expand Down

0 comments on commit 8e9abe7

Please sign in to comment.