Skip to content

Commit 21fd06b

Browse files
committed
fix build
1 parent d662314 commit 21fd06b

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Python Data Science Handbook
22

3-
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/jakevdp/PythonDataScienceHandbook/master?filepath=notebooks%2FIndex.ipynb)
4-
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/Index.ipynb)
3+
---
4+
5+
> [!WARNING]
6+
> This repository installs updated packages, because the original specs do not work any more. So, some examples might no longer work!
7+
8+
---
59

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

environment.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,17 @@ channels:
33
- conda-forge
44
dependencies:
55
- python=3.5
6-
- pip:
7-
- -r requirements.txt
6+
- numpy<2
7+
- libgfortran=3
8+
- matplotlib
9+
- pandas<1
10+
- scikit-learn<1
11+
- scikit-image<1
12+
- scipy<1
13+
- pillow
14+
- seaborn<1
15+
- line_profiler
16+
- memory_profiler
17+
- numexpr
18+
- pandas-datareader
19+
- netcdf4

requirements.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)