Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data-science/classification-with-svm/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mlflow==2.21.2
mlflow==3.5.0rc0
2 changes: 1 addition & 1 deletion data-science/data-analysis-with-var/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mlflow==2.21.2
mlflow==3.5.0rc0
2 changes: 1 addition & 1 deletion deep-learning/classification-with-keras/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ onnx>=1.14.0
onnxruntime>=1.15.0
numpy>=1.21.0
tf2onnx>=1.15.0
mlflow==2.21.2
mlflow==3.5.0rc0
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ tf_keras==2.18.0
evaluate==0.4.3
accelerate==1.5.2
datasets==3.4.0
mlflow==2.21.2
mlflow==3.5.0rc0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mlflow==2.21.2
mlflow==3.5.0rc0
2 changes: 1 addition & 1 deletion deep-learning/spam-detection-with-nlp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nltk==3.9.1
mlflow==2.21.2
mlflow==3.5.0rc0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mlflow==2.21.2
mlflow==3.5.0rc0
2 changes: 1 addition & 1 deletion deep-learning/text-generation-with-rnn/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.40.41
mlflow==2.21.2
mlflow==3.5.0rc0
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ urllib3 = ">=2.5.0"
langchain = ">=0.3.26,<1.0.0"
langchain-community = "0.3.27"
unstructured = "0.18.9"
pypdf = "6.0.0"
pypdf = "6.1.3"
python-docx = "1.2.0"
msoffcrypto-tool = "5.4.2"
openpyxl = "3.1.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
langchain-community==0.3.27
langgraph==0.5.3
unstructured==0.18.9
pypdf==6.0.0
pypdf==6.1.3
python-docx==1.2.0
msoffcrypto-tool==5.4.2
openpyxl==3.1.5
mlflow==2.21.2
mlflow==3.5.0rc0
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ urllib3 = ">=2.5.0"
langchain = ">=0.3.26,<1.0.0"
langchain-community = "0.3.27"
unstructured = "0.18.9"
pypdf = "6.0.0"
pypdf = "6.1.3"
python-docx = "1.2.0"
msoffcrypto-tool = "5.4.2"
openpyxl = "3.1.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
langchain-community==0.3.27
langgraph==0.5.3
unstructured==0.18.9
pypdf==6.0.0
pypdf==6.1.3
python-docx==1.2.0
msoffcrypto-tool==5.4.2
openpyxl==3.1.5
mlflow==2.21.2
mlflow==3.5.0rc0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandas==2.2.3
PyYAML==6.0.2
tqdm==4.67.0
mlflow==2.21.2
mlflow==3.5.0rc0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mlflow==2.21.2
mlflow==3.5.0rc0
langchain
chromadb
langchain_core
Expand Down
2 changes: 1 addition & 1 deletion generative-ai/fine-tuning-with-orpo/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ transformers==4.53.0
tf-keras==2.19.0
tabulate==0.9.0
torch==2.8.0
mlflow==2.21.2
mlflow==3.5.0rc0
pandas
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ transformers==4.53.0

# Added to fix version mismatches
scikit-learn==1.6.1
mlflow==2.21.2
mlflow==3.5.0rc0

# Pinned to resolve dependency conflicts from logs
numpy~=1.26.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ deepspeed==0.15.1
tensorflow==2.19.0
pillow>=8.0.0
pandas>=1.3.0
mlflow==2.21.2
mlflow==3.5.0rc0
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ bitsandbytes==0.46.1
GitPython==3.1.44
rank-bm25==0.2.2
qwen-vl-utils==0.0.11
vllm==0.9.2
mlflow==2.21.2
vllm==0.11.0
mlflow==3.5.0rc0
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ sentence-transformers>=2.7.0
llama-cpp-python>=0.2.0
PyYAML>=6.0
requests>=2.25.0
mlflow==2.21.2
mlflow==3.5.0rc0
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ langchain_core
langchain_huggingface
tokenizers>=0.13.0
httpx>=0.24.0
mlflow==2.21.2
mlflow==3.5.0rc0
2 changes: 1 addition & 1 deletion generative-ai/vanilla-rag-with-langchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pymupdf
pyyaml
tokenizers>=0.13.0
httpx>=0.24.0
mlflow==2.21.2
mlflow==3.5.0rc0
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ fastapi==0.115.4
protobuf>=4.25.8,<5
numpy>=1.24,<2
zstandard==0.18.0
mlflow==2.21.2
mlflow==3.5.0rc0
hf_xet==1.1.3
onnxruntime>=1.14.1
4 changes: 2 additions & 2 deletions ngc-integration/audio-translation-with-nemo/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ipython==8.10.0
protobuf>=4.25,<5
pandas==1.5.3
wandb>=0.16,<0.17
mlflow==2.21.2
mlflow==3.5.0rc0
optimum==1.14.0
onnxruntime>=1.14.1
huggingface_hub>=0.20.0
mlflow==2.21.2
mlflow==3.5.0rc0
2 changes: 1 addition & 1 deletion ngc-integration/data-analysis-with-cudf/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Create the workspace using the RAPIDS Notebooks image within Z by HP AI Studio and select the aistudio kernel for Jupyter notebooks.
# This image includes all the required libraries to run the sample project.

mlflow==2.21.2
mlflow==3.5.0rc0
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
hvplot==0.11.2
panel==1.6.2
pydeck==0.9.1
mlflow==2.21.2
mlflow==3.5.0rc0
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ numpy>=1.21,<1.24
pandas==1.5.3
setuptools>=65.6
protobuf>=4.25.8,<5
mlflow==2.21.2
mlflow==3.5.0rc0
optimum==1.14.0
onnxruntime>=1.14.1
huggingface_hub>=0.20.0
nemo-toolkit==1.22.0
mlflow==2.21.2
mlflow==3.5.0rc0