Skip to content

Commit 55979df

Browse files
Merge pull request #48 from SylvainCorlay/update-binder
Update binder requirement
2 parents f7acb35 + 2206034 commit 55979df

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[FFTW](http://www.fftw.org/) bindings for the [xtensor](https://github.com/QuantStack/xtensor) C++ multi-dimensional array library.
44

5-
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/xtensor-stack/xtensor-fftw/master?filepath=notebooks%2Fintensely_edgy_cat.ipynb)
5+
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/xtensor-stack/xtensor-fftw/stable?filepath=notebooks%2Fintensely_edgy_cat.ipynb)
66
[![Join the Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/QuantStack/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
77

88
[![Travis](https://travis-ci.org/xtensor-stack/xtensor-fftw.svg?branch=master)](https://travis-ci.org/xtensor-stack/xtensor-fftw)

environment.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
name: xtensor-fftw
22
channels:
3-
- QuantStack
43
- conda-forge
54
dependencies:
6-
- xtensor
7-
- openimageio == 1.8.9
8-
- xtensor-io ==0.5.1
9-
- boost ==1.66.0
10-
- boost-cpp ==1.66.0
11-
- xeus-cling ==0.4.5
12-
- xtensor-fftw >=0.2.4
5+
- xeus-cling ==0.8.1
6+
- xtensor-fftw ==0.2.5
7+
- xtensor-io
138
- notebook
149
- widgetsnbextension
1510
- nbstripout

0 commit comments

Comments
 (0)