Skip to content
Closed
Changes from 3 commits
Commits
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
61 changes: 30 additions & 31 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,41 @@ channels:
- conda-forge
- nodefaults
dependencies:
# !! you can only use single `=` to set a version. Otherwise it will break the update job
- invoke=2.2.0
- packaging
- invoke
# - packaging
- pyyaml
# applications
- jupyterlab=4.1.8
- jupyter-collaboration=2.1.1
- nbconvert=7.16.4
- notebook=7.1.3
# - jupyterlab
- jupyter-collaboration
# - nbconvert
- notebook
# extensions
- jupyter-offlinenotebook=0.3.1
- jupyterlab-fasta=3.3
- jupyterlab-geojson=3.4
# - jupyter-offlinenotebook
# - jupyterlab-fasta
- jupyterlab-geojson
# Python Kernel
- ipykernel=6.29.3
- xeus-python=0.14.3
- ipywidgets=8
- ipyleaflet=0.19.1
- altair=5.3.0
- bqplot=0.12.43
- dask=2024.5.0
- matplotlib-base=3.8.4
- pandas=2.2.2
- python=3.9
- scikit-image=0.22.0
- scikit-learn=1.4.2
- seaborn-base=0.13.2
- tensorflow=2.11.0
- sympy=1.12
- traittypes=0.2.1
# - ipykernel
- xeus-python
- ipywidgets
- ipyleaflet
- altair
- bqplot
- dask
- matplotlib-base
- pandas
- python=3.11
- scikit-image
- scikit-learn
- seaborn-base
- tensorflow
- sympy
- traittypes
# C++ Kernel
- xeus-cling=0.13.0
- xtensor=0.23.10
- xtensor-blas=0.19.2
- xwidgets=0.26.1
- xleaflet=0.16.0
#- xeus-cling
#- xtensor
#- xtensor-blas
#- xwidgets
- xleaflet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to lose xleaflet and xeus-python, too, not sure.

# CLI tools
- pip
- vim
Loading