Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update environment - remove gdal #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ We will use python notebooks exercises on different datasets to have a practical

For the complex network analysis, we will use **networkx**. You can find the documentation of this package [here](https://networkx.github.io).

Stack Overflow is a useful website to find solutions for when you get stuck with python and libraries:
https://stackoverflow.com/questions/tagged/networkx
https://stackoverflow.com/questions/tagged/gdal.
Stack Overflow is a useful website to find solutions for when you get stuck with python and libraries: https://stackoverflow.com/questions/tagged/networkx

**LinkedIn Data**:

Expand Down
7 changes: 4 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: week11
name: day11

channels:
- conda-forge
- defaults

dependencies:
- python=3.6
- numpy
- pandas
- matplotlib
- seaborn
- networkx
- gdal
- jupyter
- notebook
- jupyterlab
- scipy
- numba
- libgdal
- ipykernel
16 changes: 16 additions & 0 deletions environment_internal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: day11

dependencies:
- python=3.6
- numpy
- pandas
- matplotlib
- seaborn
- networkx
- jupyter
- notebook
- jupyterlab
- scipy
- numba
- ipykernel