Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix build
  • Loading branch information
haraldschilly committed Jul 4, 2025
commit 21fd06bba74969dab114d3f037cd1063683bac3a
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Python Data Science Handbook

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/jakevdp/PythonDataScienceHandbook/master?filepath=notebooks%2FIndex.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb)
---

> [!WARNING]
> This repository installs updated packages, because the original specs do not work any more. So, some examples might no longer work!

---

This repository contains the entire [Python Data Science Handbook](http://shop.oreilly.com/product/0636920034919.do), in the form of (free!) Jupyter notebooks.

Expand Down
16 changes: 14 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,17 @@ channels:
- conda-forge
dependencies:
- python=3.5
- pip:
- -r requirements.txt
- numpy<2
- libgfortran=3
- matplotlib
- pandas<1
- scikit-learn<1
- scikit-image<1
- scipy<1
- pillow
- seaborn<1
- line_profiler
- memory_profiler
- numexpr
- pandas-datareader
- netcdf4
15 changes: 0 additions & 15 deletions requirements.txt

This file was deleted.