Created
March 29, 2022 01:03
-
-
Save ashleysommer/d995dfb27d9a70f8bacd645a6d46c8f7 to your computer and use it in GitHub Desktop.
test cylc in pyproject toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[build-system] | |
requires = ["poetry-core>=1.1.0a7"] | |
# requires pre-release poetry, bedause metomi-isodatetime uses epoch versioning | |
build-backend = "poetry.core.masonry.api" | |
[tool.poetry] | |
name = "my-test" | |
description = "testing cylc" | |
version = "0.0.1" | |
authors = ["Ashley Sommer <[email protected]"] | |
[tool.poetry.dependencies] | |
python = "^3.8" | |
cylc-flow = {version = "8.0rc2", allow-prereleases = true} | |
metomi-isodatetime = {version = "1!2.0.2", allow-prereleases = true} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment