[15:46:48] <taleinat> Hi, question about the file downloads BigQuery dataset: Is there a way to query the number of downloads for a package over time without processing multiple GB of data?
[15:47:09] <taleinat> For example, this simple query over downloads for a single package processed GB of data...
[17:21:53] <FFY00> build system dependencies work just like other dependencies
[17:22:01] <tos9> lazka: (what FFY00 said -- e.g. https://github.com/Julian/jsonschema/blob/main/pyproject.toml#L5 )
[17:31:08] <lazka> I mean pass the version via commandline, like "foo==1.2.3" for normal deps. I don't have control over the pyproject.toml as it comes from pypi
[17:31:31] <lazka> I guess "--no-build-isolation" might work as a workaround
[18:40:15] <tos9> lazka: as in you're trying to build a package with broken build requirements I guess?
[18:57:31] <lazka> yeah.the newest build dep depends on a C lib that is too old