Skip to content

Commit

Permalink
fixing changes according to feedback from milestone 2
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhibattu committed Apr 7, 2024
1 parent 51e2034 commit c772a6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,8 @@ src/eda.
# exlucde qurto yml
_quarto.yml

# Exclude .ipython
.ipython/profile_default/startup

# Exclude local share
.local/share
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN conda install -y \
nbconvert=7.16.2 \
numpy=1.26.4 \
pandas=2.2.1 \
pip>=23.2.1 \
pip=23.2.1 \
scikit-learn=1.4.1.post1 \
scipy=1.12.0 \
seaborn=0.13.2 \
Expand Down

0 comments on commit c772a6f

Please sign in to comment.