Starting from scratch with an empty venv, there is an empty .toml
requires-python = "=3.13"
dependencies = [
]
poetry add tabpfn-time-series will throw an error :
...
- not supporting PEP 517 builds
- not specifying PEP 517 build requirements correctly
- the build requirements are incompatible with your operating system or Python version
- the build requirements are missing system dependencies (eg: compilers, libraries, headers).
You can verify this by running pip wheel --no-cache-dir --use-pep517 "pandas (==2.1.4)".
Windows, python 3.13
Starting from scratch with an empty venv, there is an empty .toml
poetry add tabpfn-time-serieswill throw an error :Windows, python 3.13