From 48c99a4dfe99377e8b02b6fbacdb5d461cd32a1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Wed, 30 Oct 2024 18:07:58 -0700 Subject: [PATCH] DEP: adding astropy[jupyter] to pick up dependencies we need for notebooks --- .binder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.binder/requirements.txt b/.binder/requirements.txt index cc0c392..63188ad 100644 --- a/.binder/requirements.txt +++ b/.binder/requirements.txt @@ -1,6 +1,6 @@ matplotlib numpy -astropy +astropy[jupyter] # we need 0.4.7. for a fix in the caching astroquery>=0.4.7dev0 pyvo>=1.4