Skip to content

Commit 0ffd409

Browse files
author
Henry
committed
✨ Add latest PythonTsunami repository
- dependencies are not automatically updated to fix: conflict with environment name
1 parent 91ff546 commit 0ffd409

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

environment.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ dependencies:
44
- numpy
55
- jupyter-server-proxy
66
- code-server >=3.2
7+
- pandas
8+
- matplotlib
9+
- scikit-learn
10+
- seaborn
11+
- plotly
12+
- bs4
13+
- rise

postBuild

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ code-server --install-extension ms-python.python
99

1010
# Install the VS code proxy
1111
pip install -e.
12+
13+
git clone https://github.com/Center-for-Health-Data-Science/PythonTsunami
14+
15+
conda env update --file PythonTsunami/environment.yml

0 commit comments

Comments
 (0)