File tree Expand file tree Collapse file tree 10 files changed +55
-55
lines changed
Expand file tree Collapse file tree 10 files changed +55
-55
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ channels:
33 - conda-forge
44 - defaults
55dependencies :
6- - mlflow=2.10 .0
6+ - mlflow=3.4 .0
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ channels:
33 - conda-forge
44 - defaults
55dependencies :
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
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ channels:
33 - conda-forge
44 - defaults
55dependencies :
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
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ channels:
33 - conda-forge
44 - defaults
55dependencies :
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ channels:
55dependencies :
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
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ channels:
33 - conda-forge
44 - defaults
55dependencies :
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
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ channels:
33 - conda-forge
44 - defaults
55dependencies :
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
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ channels:
33 - conda-forge
44 - defaults
55dependencies :
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
Original file line number Diff line number Diff line change 1- name : basic_cleaning
1+ name : train_random_forest
22channels :
33 - conda-forge
44 - defaults
55dependencies :
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
You can’t perform that action at this time.
0 commit comments