Skip to content

Commit

Permalink
overrides: fix openai buildsystems
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiskae authored and adisbladis committed Nov 7, 2023
1 parent bf0601d commit 944dfe4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion overrides/build-systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -11651,7 +11651,14 @@
"setuptools"
],
"openai": [
"setuptools"
{
"buildSystem": "setuptools",
"until": "1.0.0"
},
{
"buildSystem": "hatchling",
"from": "1.0.0"
}
],
"openant": [
"setuptools"
Expand Down

0 comments on commit 944dfe4

Please sign in to comment.