Skip to content

Commit

Permalink
update sample dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying Chen committed Jul 25, 2024
1 parent 2f90e15 commit d822dba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
promptflow[azure]
promptflow[azure]==1.14.0
promptflow-tools
python-dotenv
bs4
4 changes: 2 additions & 2 deletions src/promptflow/tests/_constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pathlib import Path # noqa: C4726
from pathlib import Path

PROMPTFLOW_ROOT = Path(__file__).parent.parent
RUNTIME_TEST_CONFIGS_ROOT = Path(PROMPTFLOW_ROOT / "tests/test_configs/runtime")
Expand All @@ -10,7 +10,7 @@
# below constants are used for pfazure and global config tests
DEFAULT_SUBSCRIPTION_ID = "96aede12-2f73-41cb-b983-6d11a904839b"
DEFAULT_RESOURCE_GROUP_NAME = "promptflow"
DEFAULT_WORKSPACE_NAME = "promptflow-eastus"
DEFAULT_WORKSPACE_NAME = "promptflow-eastus2euap"
DEFAULT_COMPUTE_INSTANCE_NAME = "ci-lin-cpu-sp"
DEFAULT_RUNTIME_NAME = "test-runtime-ci"
DEFAULT_REGISTRY_NAME = "promptflow-preview"

0 comments on commit d822dba

Please sign in to comment.