Skip to content

Instantly share code, notes, and snippets.

@DonDebonair
Created December 13, 2021 12:20
Show Gist options
  • Save DonDebonair/99c68d5206e01747feee09933256f4a3 to your computer and use it in GitHub Desktop.
Save DonDebonair/99c68d5206e01747feee09933256f4a3 to your computer and use it in GitHub Desktop.
This does not allow me to install SciPy
[tool.poetry]
name = "test-scipy"
version = "0.1.0"
description = ""
authors = ["Daan Debie <daan@...>"]
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment