We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48536df commit 2f33bc2Copy full SHA for 2f33bc2
tutorials/parquet-catalog-demos/euclid-hats-parquet.md
@@ -53,6 +53,7 @@ This notebook demonstrates the basics.
53
## Installs and imports
54
55
```{code-cell}
56
+# !pip uninstall -y numpy pyerfa
57
# !pip install 'hats>=0.5' 'lsdb>=0.5' matplotlib numpy s3fs
58
```
59
@@ -65,6 +66,9 @@ import lsdb
65
66
import matplotlib.colors
67
import matplotlib.pyplot as plt
68
import numpy as np
69
+# NOTE: If you run into an error that starts with,
70
+# "A module that was compiled using NumPy 1.x cannot be run in NumPy 2.1.3 as it may crash.",
71
+# make sure you have restarted the kernel since doing `pip install`. Then re-run the cell.
72
73
74
## 1. Setup
0 commit comments