Skip to content

Commit

Permalink
Merge pull request #1 from marcusreaiche/initial_config
Browse files Browse the repository at this point in the history
initial_config
  • Loading branch information
marcusreaiche authored Sep 18, 2023
2 parents ee12fe9 + 5f03ce6 commit ffc26e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.8.17
- mlflow=1.14.1
- pyyaml=5.3.1
- hydra-core=1.0.6
- pip=20.3.3
- numpy=1.19.5
- pip:
- wandb==0.10.31
- wandb==0.10.31
- protobuf==3.20.0
3 changes: 3 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.8.17
- mlflow=1.14.1
- ipython=7.21.0
- notebook=6.2.0
Expand All @@ -13,5 +14,7 @@ dependencies:
- pandas=1.2.3
- git=2.30.2
- pip=20.3.3
- numpy=1.19.5
- pip:
- wandb==0.10.31
- protobuf==3.20.0

0 comments on commit ffc26e8

Please sign in to comment.