-
I can't pip install on my windows machine, as it fails to download healpy properly.
-
`healpy` and `dustmaps` can be challenging to install and don't provide a core functionality (#118). Maybe we should consider making them an optional dependency. I'm not sure what code would need to b…
-
Shows this error in all the galactic lensing examples -
"The kernel for file_name.ipynb appears to have died. It will restart automatically."
For this code which is in the example section. Except t…
-
Attempting to build `snex2` on bare metal (from the branch `feature/add_hermes_tns_sharing`) succeeds but running throws the following error:
```
Traceback (most recent call last):
File "/Users…
-
Installing healpy with pip on an Intel i5 MacBook Air. Both python@3.12 and python@3.13 were installed with homebrew.
This works (no ImportError):
```
$ python3.12 -m venv .venv/hp12
$ source .v…
-
We've previously been using healpy, but due to compatibility and licensing issues, we're trying to migrate away from it. We've been enjoying using this library and mocpy, but one feature that we haven…
-
Ensure compatibility with the NumPy 2 release.
in pyproject.toml ensure dependency version is specified
e.g.
dependencies = [
"healpy>=1.15.0",
"numpy~=2.0",
]
-
We currently import all index implementations to create a mapping of registered grid types. However, this currently forces us to require all DGGS support libraries to be installed (`healpy` and `h3ron…
-
We're currently using healpy, which is a somewhat bloated library (also contains matplotlib, cfitsio, etc), and has installation issues on macOS, and is incompatible with Windows.
Alternatives sugg…
-
We can also run JupyterLite in the browser and import this package, see a preliminary test at:
it is deployed at
This allows to run JupyterLite, load healpy, read maps loaded into JupyterLi…
zonca updated
4 months ago