Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
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
1 change: 1 addition & 0 deletions .binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pyarrow>=10.0.1
hpgeom
pandas>=1.5.2
dask[distributed]
lsdb>=0.6.4
psutil
ray
s3fs
Expand Down
1 change: 0 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ They cover topics like querying IRSA, working with catalogs in Parquet format, v




## About these notebooks

**Authors:** IRSA Scientists and Developers wrote and maintain these notebooks.
Expand Down
1 change: 1 addition & 0 deletions toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ project:
- title: Special Topics
children:
- file: tutorials/cloud_access/cloud-access-intro.md
- file: tutorials/parquet-catalog-demos/irsa-hats-with-lsdb.md
- file: tutorials/firefly/SEDs_in_Firefly.md
- file: tutorials/parallelize/Parallelize_Convolution.md
10 changes: 10 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ deps =

allowlist_externals = bash, jupyter-book


install_command =
# lsdb has tighter minimum dependencies, deal with it here for now, long term handle it from the notebook metadata
# We need to do this here before the dependencies are installed to work around deps conflicts
oldestdeps: bash -c "echo tutorials/parquet-catalog-demos/irsa-hats-with-lsdb >> ignore_testing; sed -i -e 's|lsdb|\#lsdb|g' .binder/requirements.txt && python -I -m pip install $@"

# Adding back the default install command
!oldestdeps: python -I -m pip install {opts} {packages}


commands =
pip freeze

Expand Down
Loading