mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00

The setup.py file is gone in newer versions.
See also
- https://github.com/nix-community/poetry2nix/issues/1476
- 04f3147a8e
13 lines
258 B
TOML
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"
|