Skip to content

Commit

Permalink
fixed requiremnts
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Petri committed Jan 28, 2019
1 parent 834c915 commit 0f7b949
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,26 @@ We will introduce elements of the theory of topological data analysis (TDA) and
Note that the ```data``` folder is heavy (around 300mb) due to the dataset of fMRI timeseries. It will be useful during the workshop, but you might want to download only some of the timeseries in case you have issues with space.
- **Notebooks and more material will be uploaded shortly before the tutorial on Saturday 26th.**

## Requirements
Please install the following packages (stay tuned the list might grow...):
## Requirements and instructions
Requirements:
- boost
- cmake

- Jupyter notebook
- [scikit-tda](https://scikit-tda.org)
- [dionysus2](http://mrzv.org/software/dionysus2/)
- Cython
Please install the following packages (and all their dependencies) (stay tuned the list might grow...):
- Jupyter notebook
- scikit-learn
- networkx
- pandas
- matplotlib
- Cython
- ipywidgets (remember to activate them for jupyter)
- keras
- xgboost
- plotly
- umap-learn
- pillow

Not available in conda:
- ripser
- ipywidgets
- keras
- plotly
- umap
- pillow
- [scikit-tda](https://scikit-tda.org)
- [dionysus2](http://mrzv.org/software/dionysus2/)

0 comments on commit 0f7b949

Please sign in to comment.