Skip to content

Commit fc44028

Browse files
committed
Unpin all versions of packages + remove xeus-cling+friends
Trying to get this to build on both mybinder and the existing CI
1 parent 24a396b commit fc44028

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

.binder/environment.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,41 @@ channels:
33
- nodefaults
44
dependencies:
55
# !! you can only use single `=` to set a version. Otherwise it will break the update job
6-
- invoke=2.2.0
6+
- invoke
77
- packaging
88
- pyyaml
99
# applications
10-
- jupyterlab=4.1.8
11-
- jupyter-collaboration=2.1.1
12-
- nbconvert=7.16.4
13-
- notebook=7.1.3
10+
- jupyterlab
11+
- jupyter-collaboration
12+
- nbconvert
13+
- notebook
1414
# extensions
15-
- jupyter-offlinenotebook=0.3.1
16-
- jupyterlab-fasta=3.3
17-
- jupyterlab-geojson=3.4
15+
- jupyter-offlinenotebook
16+
- jupyterlab-fasta
17+
- jupyterlab-geojson
1818
# Python Kernel
19-
- ipykernel=6.29.3
20-
- xeus-python=0.14.3
21-
- ipywidgets=8
22-
- ipyleaflet=0.19.1
23-
- altair=5.3.0
24-
- bqplot=0.12.43
25-
- dask=2024.5.0
26-
- matplotlib-base=3.8.4
27-
- pandas=2.2.2
28-
- python=3.9
29-
- scikit-image=0.22.0
30-
- scikit-learn=1.4.2
31-
- seaborn-base=0.13.2
32-
- tensorflow=2.11.0
33-
- sympy=1.12
34-
- traittypes=0.2.1
19+
- ipykernel
20+
- xeus-python
21+
- ipywidgets
22+
- ipyleaflet
23+
- altair
24+
- bqplot
25+
- dask
26+
- matplotlib-base
27+
- pandas
28+
- python=3.12
29+
- scikit-image
30+
- scikit-learn
31+
- seaborn-base
32+
- tensorflow
33+
- sympy
34+
- traittypes
3535
# C++ Kernel
36-
- xeus-cling=0.13.0
37-
- xtensor=0.23.10
38-
- xtensor-blas=0.19.2
39-
- xwidgets=0.26.1
40-
- xleaflet=0.16.0
36+
# - xeus-cling
37+
# - xtensor
38+
# - xtensor-blas
39+
# - xwidgets
40+
# - xleaflet
4141
# CLI tools
4242
- pip
4343
- vim

0 commit comments

Comments
 (0)