add initial binder config

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2021-09-19 13:21:57 +05:30
parent 8ffcee5e66
commit fa6cd0fc4f

12
.environment.yml Normal file
View File

@@ -0,0 +1,12 @@
name: xeus-basic
channels:
- conda-forge
dependencies:
# Build dependencies
- cmake
# Host dependencies
- xeus
- nlohmann_json
- cppzmq
- xtl