Skip to content

Commit 3793de9

Browse files
authored
Merge pull request #38 from abhiojha8/update-package-versions-2025
Update all conda.yml and environment.yml files to latest package vers…
2 parents 1ed618c + 44165b6 commit 3793de9

File tree

10 files changed

+55
-55
lines changed

10 files changed

+55
-55
lines changed

components/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- mlflow=2.10.0
6+
- mlflow=3.4.0

components/get_data/conda.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python=3.10.0
7-
- pip=23.3.1
8-
- requests=2.24.0
9-
- pyarrow
6+
- python=3.13.0
7+
- pip=24.3.1
8+
- requests=2.32.5
9+
- pyarrow=21.0.0
1010
- pip:
11-
- mlflow==2.8.1
12-
- wandb==0.16.0
11+
- mlflow==3.4.0
12+
- wandb==0.22.0
1313
- git+https://github.com/udacity/Project-Build-an-ML-Pipeline-Starter.git#egg=wandb-utils&subdirectory=components

components/test_regression_model/conda.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python=3.10.0
7-
- pip=23.3.1
8-
- requests=2.24.0
9-
- scikit-learn=1.5.2
10-
- pandas=2.1.3
6+
- python=3.13.0
7+
- pip=24.3.1
8+
- requests=2.32.5
9+
- scikit-learn=1.7.2
10+
- pandas=2.3.2
1111
- pip:
12-
- mlflow==2.18.0
13-
- wandb==0.16.0
12+
- mlflow==3.4.0
13+
- wandb==0.22.0
1414
- git+https://github.com/udacity/Project-Build-an-ML-Pipeline-Starter.git#egg=wandb-utils&subdirectory=components

components/train_val_test_split/conda.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python=3.10.0
7-
- pip=23.3.1
8-
- requests=2.24.0
9-
- scikit-learn=1.5.2
6+
- python=3.13.0
7+
- pip=24.3.1
8+
- requests=2.32.5
9+
- scikit-learn=1.7.2
1010
- pip:
11-
- mlflow==2.8.1
12-
- wandb==0.16.0
11+
- mlflow==3.4.0
12+
- wandb==0.22.0
1313
- git+https://github.com/udacity/Project-Build-an-ML-Pipeline-Starter.git#egg=wandb-utils&subdirectory=components

conda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python=3.13
77
- pyyaml
88
- hydra-core=1.3.3
9-
- pip=24.0
9+
- pip=24.3.1
1010
- pip:
11-
- mlflow==2.10.0
12-
- wandb==0.16.3
11+
- mlflow==3.4.0
12+
- wandb==0.22.0

environment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ channels:
55
dependencies:
66
- python=3.13
77
- hydra-core=1.3.3
8-
- matplotlib=3.8.3
9-
- pandas=2.2.0
10-
- jupyterlab=4.1.0
11-
- pip=24.0
8+
- matplotlib=3.10.6
9+
- pandas=2.3.2
10+
- jupyterlab=4.4.7
11+
- pip=24.3.1
1212
- pip:
13-
- mlflow==2.10.0
14-
- wandb==0.16.3
13+
- mlflow==3.4.0
14+
- wandb==0.22.0

src/basic_cleaning/conda.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python=3.10.0
7-
- pip=23.3.1
8-
- pandas=2.1.3
6+
- python=3.13.0
7+
- pip=24.3.1
8+
- pandas=2.3.2
99
- pip:
10-
- wandb==0.16.0
10+
- wandb==0.22.0
1111

src/data_check/conda.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python=3.10.0
7-
- pandas=2.1.3
8-
- pytest=7.4.4
9-
- scipy=1.13.1
10-
- pip=23.3.1
6+
- python=3.13.0
7+
- pandas=2.3.2
8+
- pytest=8.4.2
9+
- scipy=1.16.2
10+
- pip=24.3.1
1111
- pip:
12-
- mlflow==2.8.1
13-
- wandb==0.16.0
12+
- mlflow==3.4.0
13+
- wandb==0.22.0

src/eda/conda.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python=3.10
6+
- python=3.13
77
- hydra-core=1.3.2
8-
- matplotlib=3.8.2
9-
- pandas=2.1.3
10-
- pip=23.3.1
11-
- scikit-learn=1.5.2
12-
- jupyterlab=4.1.3
8+
- matplotlib=3.10.6
9+
- pandas=2.3.2
10+
- pip=24.3.1
11+
- scikit-learn=1.7.2
12+
- jupyterlab=4.4.7
1313
- pip:
14-
- mlflow==2.8.1
15-
- wandb==0.16.0
14+
- mlflow==3.4.0
15+
- wandb==0.22.0

src/train_random_forest/conda.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: basic_cleaning
1+
name: train_random_forest
22
channels:
33
- conda-forge
44
- defaults
55
dependencies:
66
- python=3.13.0
77
- hydra-core=1.3.3
8-
- matplotlib=3.8.3
9-
- pandas=2.2.0
10-
- pip=24.0
11-
- scikit-learn=1.4.0
8+
- matplotlib=3.10.6
9+
- pandas=2.3.2
10+
- pip=24.3.1
11+
- scikit-learn=1.7.2
1212
- pip:
13-
- mlflow==2.10.0
14-
- wandb==0.16.3
13+
- mlflow==3.4.0
14+
- wandb==0.22.0

0 commit comments

Comments
 (0)