Skip to content

Commit de7fd0c

Browse files
authored
Make binder work again (#140)
* Remove zlib dependency in binder * Remove conflicting dependencies * Remove openssl dependency * Remove python version * Add python version * Remove libedit dependency * Change config * Remove zlib dependency * Remove tk dependency * Remove sqlite version * Remove python and pip versions
1 parent 1e1a97e commit de7fd0c

1 file changed

Lines changed: 32 additions & 46 deletions

File tree

binder/environment.yml

Lines changed: 32 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,36 @@
11
channels:
22
- defaults
33
dependencies:
4-
- ca-certificates=2017.08.26=h1d4fec5_0
5-
- certifi=2018.1.18=py36_0
6-
- cycler=0.10.0=py36h93f1223_0
7-
- dbus=1.12.2=hc3f9b76_1
8-
- expat=2.2.5=he0dffb1_0
9-
- fontconfig=2.12.4=h88586e7_1
10-
- freetype=2.8=hab7d2ae_1
11-
- glib=2.53.6=h5d9569c_2
12-
- gst-plugins-base=1.12.4=h33fb286_0
13-
- gstreamer=1.12.4=hb53b477_0
14-
- icu=58.2=h9c2bf20_1
15-
- intel-openmp=2018.0.0=hc7b2577_8
16-
- jpeg=9b=h024ee3a_2
17-
- libedit=3.1=heed3624_0
18-
- libffi=3.2.1=hd88cf55_4
19-
- libgcc-ng=7.2.0=h7cc24e2_2
20-
- libgfortran-ng=7.2.0=h9f7466a_2
21-
- libpng=1.6.34=hb9fc6fc_0
22-
- libstdcxx-ng=7.2.0=h7a57d05_2
23-
- libxcb=1.12=hcd93eb1_4
24-
- libxml2=2.9.7=h26e45fe_0
25-
- matplotlib=2.1.2=py36h0e671d2_0
26-
- mkl=2018.0.1=h19d6760_4
27-
- ncurses=6.0=h9df7e31_2
28-
- numpy=1.14.0=py36h3dfced4_1
29-
- openssl=1.0.2n=hb7f436b_0
30-
- pcre=8.41=hc27e229_1
31-
- pip=9.0.1=py36h6c6f9ce_4
32-
- pyparsing=2.2.0=py36hee85983_1
33-
- pyqt=5.6.0=py36h0386399_5
34-
- python=3.6.4=hc3d631a_1
35-
- python-dateutil=2.6.1=py36h88d3b88_1
36-
- pytz=2018.3=py36_0
37-
- qt=5.6.2=hd25b39d_14
38-
- readline=7.0=ha6073c6_4
39-
- scipy=1.0.0=py36hbf646e7_0
40-
- setuptools=38.4.0=py36_0
41-
- sip=4.18.1=py36h51ed4ed_2
42-
- six=1.11.0=py36h372c433_1
43-
- sqlite=3.22.0=h1bed415_0
44-
- tk=8.6.7=hc745277_3
45-
- tornado=4.5.3=py36_0
46-
- wheel=0.30.0=py36hfd4bba0_1
47-
- xz=5.2.3=h55aa19d_2
48-
- zlib=1.2.11=ha838bed_2
4+
- _libgcc_mutex=0.1=main
5+
- _openmp_mutex=5.1=1_gnu
6+
- ca-certificates=2022.07.19=h06a4308_0
7+
- certifi=2022.6.15=py39h06a4308_0
8+
- ld_impl_linux-64=2.38=h1181459_1
9+
- libffi=3.3=he6710b0_2
10+
- libgcc-ng=11.2.0=h1234567_1
11+
- libgomp=11.2.0=h1234567_1
12+
- libstdcxx-ng=11.2.0=h1234567_1
13+
- ncurses=6.3=h5eee18b_3
14+
- openssl=1.1.1q=h7f8727e_0
15+
- pip
16+
- python=3.9
17+
- readline=8.1.2=h7f8727e_1
18+
- setuptools=63.4.1=py39h06a4308_0
19+
- sqlite
20+
- tzdata=2022a=hda174b7_0
21+
- wheel=0.37.1=pyhd3eb1b0_0
22+
- xz=5.2.5=h7f8727e_1
4923
- pip:
50-
- "git+https://github.com/Neuroinflab/kCSD-python.git"
24+
- cycler==0.11.0
25+
- fonttools==4.37.1
26+
- future==0.18.2
27+
- kiwisolver==1.4.4
28+
- matplotlib==3.5.3
29+
- numpy==1.23.2
30+
- packaging==21.3
31+
- pillow==9.2.0
32+
- pyparsing==3.0.9
33+
- python-dateutil==2.8.2
34+
- scipy==1.9.1
35+
- six==1.16.0
36+
- "git+https://github.com/Neuroinflab/kCSD-python.git"

0 commit comments

Comments
 (0)