poetry2nix/tests/scipy1_11/pyproject.toml
Andrew Marshall eec895af5d overrides/scipy: Fix on >=1.11.1
The setup.py file is gone in newer versions.

See also
- https://github.com/nix-community/poetry2nix/issues/1476
- 04f3147a8e
2024-01-04 17:07:50 -05:00

13 lines
258 B
TOML

[tool.poetry]
name = "scipy1_11"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
scipy = "~1.11.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"