File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,17 @@ deps =
4040
4141allowlist_externals = bash, sed
4242
43- commands =
44- pip freeze
4543
44+ install_command =
4645 # lsdb has tighter minimum dependencies, deal with it here for now, long term handle it from the notebook metadata
47- oldestdeps: bash -c ' echo tutorials/parquet-catalog-demos/irsa-hats-with-lsdb >> ignore_testing'
46+ # We need to do this here before the dependencies are installed to work around deps conflicts
47+ 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 $@"
48+
49+ # Adding back the default install command
50+ !oldestdeps: python -I -m pip install {opts} {packages}
51+
52+ commands =
53+ pip freeze
4854
4955 # Ignore testing the tutorials listed in ignore_testing file. We have some OS specific ignores,
5056 # too due to issues with e.g. multiprocessing and problems in upstream dependency
You can’t perform that action at this time.
0 commit comments