Skip to content

Commit

Permalink
updated requirements.txt to match oct-refresh branch updates from han…
Browse files Browse the repository at this point in the history
…chi (#99)
  • Loading branch information
robch authored Nov 7, 2023
1 parent d70f8ca commit e4fa030
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/debian10.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY ./scripts/InstallAzureAICLIDeb.sh /_scratch/
COPY ./scripts/InstallAzureAICLIDeb-UpdateVersion.sh /_scratch/

# Feature flags/arguments
ARG AZURE_CLI_VERSION=1.0.0-alpha1102.4
ARG AZURE_CLI_VERSION=1.0.0-alpha1107.1
ARG DOWNLOAD_SCRIPT=false

# If we're downloading the script, do so
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/debian11.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY ./scripts/InstallAzureAICLIDeb.sh /_scratch/
COPY ./scripts/InstallAzureAICLIDeb-UpdateVersion.sh /_scratch/

# Feature flags/arguments
ARG AZURE_CLI_VERSION=1.0.0-alpha1102.4
ARG AZURE_CLI_VERSION=1.0.0-alpha1107.1
ARG DOWNLOAD_SCRIPT=false

# If we're downloading the script, do so
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/debian12.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY ./scripts/InstallAzureAICLIDeb.sh /_scratch/
COPY ./scripts/InstallAzureAICLIDeb-UpdateVersion.sh /_scratch/

# Feature flags/arguments
ARG AZURE_CLI_VERSION=1.0.0-alpha1102.4
ARG AZURE_CLI_VERSION=1.0.0-alpha1107.1
ARG DOWNLOAD_SCRIPT=false

# If we're downloading the script, do so
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu2004.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY ./scripts/InstallAzureAICLIDeb.sh /_scratch/
COPY ./scripts/InstallAzureAICLIDeb-UpdateVersion.sh /_scratch/

# Feature flags/arguments
ARG AZURE_CLI_VERSION=1.0.0-alpha1102.4
ARG AZURE_CLI_VERSION=1.0.0-alpha1107.1
ARG DOWNLOAD_SCRIPT=false

# If we're downloading the script, do so
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu2204.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY ./scripts/InstallAzureAICLIDeb.sh /_scratch/
COPY ./scripts/InstallAzureAICLIDeb-UpdateVersion.sh /_scratch/

# Feature flags/arguments
ARG AZURE_CLI_VERSION=1.0.0-alpha1102.4
ARG AZURE_CLI_VERSION=1.0.0-alpha1107.1
ARG DOWNLOAD_SCRIPT=false

# If we're downloading the script, do so
Expand Down
2 changes: 1 addition & 1 deletion ideas/azure-ai-cli-installation-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Customer Requirements:
- Support Debian 10, 11, and 12, and Ubunutu 20.04 and 22.04
- Uses VS Code base images (e.g. `mcr.microsoft.com/devcontainers/base:bookworm`)
- Tagged similarly to VS Code base images (e.g. `${REGISTRY}/azure-ai-cli:bookworm`)
- Tagged with versions as well (e.g. `${REGISTRY}/azure-ai-cli:bookworm-1.0.0-alpha1102.4`)
- Tagged with versions as well (e.g. `${REGISTRY}/azure-ai-cli:bookworm-1.0.0-alpha1107.1`)
- `${REGISTRY}` is currently `acrbn.azurecr.io`
- `${REGISTRY}` likely (???) should be `mcr.microsoft.com`
- `latest` tag points to `${REGISTRY}/azure-ai-cli:bookworm`
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
ipykernel

# generative ai SDK dependencies
openai
pydantic<2
azure-search-documents==11.4.0b11
azure-ai-resources @https://pkgs.dev.azure.com/azure-sdk/29ec6040-b234-4e31-b139-33dc4287b756/_packaging/3572dbf9-b5ef-433b-9137-fc4d7768e7cc/pypi/download/azure-ai-resources/1a20231026010/azure_ai_resources-1.0.0a20231026010-py3-none-any.whl
azure-ai-generative[evaluate,index,document_parsing] @https://pkgs.dev.azure.com/azure-sdk/29ec6040-b234-4e31-b139-33dc4287b756/_packaging/3572dbf9-b5ef-433b-9137-fc4d7768e7cc/pypi/download/azure-ai-generative/1a20231101007/azure_ai_generative-1.0.0a20231101007-py3-none-any.whl
azure-ai-ml @https://pkgs.dev.azure.com/azure-sdk/29ec6040-b234-4e31-b139-33dc4287b756/_packaging/3572dbf9-b5ef-433b-9137-fc4d7768e7cc/pypi/download/azure-ai-ml/1.12a20231026005/azure_ai_ml-1.12.0a20231026005-py3-none-any.whl
azure-ai-resources @https://pkgs.dev.azure.com/azure-sdk/29ec6040-b234-4e31-b139-33dc4287b756/_packaging/3572dbf9-b5ef-433b-9137-fc4d7768e7cc/pypi/download/azure-ai-resources/1a20231106011/azure_ai_resources-1.0.0a20231106011-py3-none-any.whl
azure-ai-generative[evaluate,index,document_parsing] @https://pkgs.dev.azure.com/azure-sdk/29ec6040-b234-4e31-b139-33dc4287b756/_packaging/3572dbf9-b5ef-433b-9137-fc4d7768e7cc/pypi/download/azure-ai-generative/1a20231106011/azure_ai_generative-1.0.0a20231106011-py3-none-any.whl
azure-ai-ml @https://pkgs.dev.azure.com/azure-sdk/29ec6040-b234-4e31-b139-33dc4287b756/_packaging/3572dbf9-b5ef-433b-9137-fc4d7768e7cc/pypi/download/azure-ai-ml/1.12a20231106004/azure_ai_ml-1.12.0a20231106004-py3-none-any.whl
azureml-metrics[generative-ai] @https://azuremlsdktestpypi.blob.core.windows.net/repo/Create-Dev-Index/109756911/azureml_metrics-0.1.0.109756911-py3-none-any.whl

# promptflow dependencies, these should be optional in the future
# hardcoded the version of azureml-mlflow here for faster Docker image building speed
Expand All @@ -25,4 +25,4 @@ semantic-kernel

# inference server dependencies
azureml-inference-server-http
# azureml-contrib-servies
# azureml-contrib-servies

0 comments on commit e4fa030

Please sign in to comment.