Skip to content

Commit

Permalink
rollback pyproject.toml change
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhp committed Jun 12, 2024
1 parent c41af58 commit 6280cb8
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/promptflow/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[build-system]
requires = ["poetry-core>=1.5.0"]
build-backend = "poetry.core.masonry.api"
# [build-system]
# requires = ["poetry-core>=1.5.0"]
# build-backend = "poetry.core.masonry.api"

# poetry
[tool.poetry]
name = "promptflow"
version = "1.11.0.dev0"
description = "Prompt flow Python SDK - build high-quality LLM apps"
authors = [
"Microsoft Corporation <aml-pt-eng@microsoft.com>"
]
# # poetry
# [tool.poetry]
# name = "promptflow"
# version = "1.7.0.dev0"
# description = "Prompt flow Python SDK - build high-quality LLM apps"
# authors = [
# "Microsoft Corporation <aml-pt-eng@microsoft.com>"
# ]

[tool.poetry.dependencies]
python = ">=3.8,<3.9.7 || >3.9.7,<3.13"
promptflow-tracing = { path = "../promptflow-tracing", develop = true }
promptflow-core = { path = "../promptflow-core", develop = true }
promptflow-devkit = { path = "../promptflow-devkit", develop = true }
promptflow-azure = { path = "../promptflow-azure", develop = true }
# [tool.poetry.dependencies]
# python = "<4.0,>=3.8"
# promptflow-tracing = { path = "../promptflow-tracing", develop = true }
# promptflow-core = { path = "../promptflow-core", develop = true }
# promptflow-devkit = { path = "../promptflow-devkit", develop = true }
# promptflow-azure = { path = "../promptflow-azure", develop = true }

[tool.black]
line-length = 120
Expand All @@ -36,4 +36,4 @@ markers = [
omit = [
# omit anything in a _restclient directory anywhere
"*/_restclient/*",
]
]

0 comments on commit 6280cb8

Please sign in to comment.