Skip to content

Commit f06947e

Browse files
committedAug 18, 2021
added base environment
1 parent d6d9d07 commit f06947e

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
 

‎environment.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: threeml
2+
channels:
3+
- conda-forge
4+
- threeml
5+
- xspecmodels
6+
dependencies:
7+
- astropy<4.3
8+
- numpy
9+
- ultranest
10+
- pygmo
11+
- fermitools
12+
- psutil
13+
- toolz
14+
- matplotlib
15+
- dill
16+
- pandas
17+
- astromodels
18+
- threeml
19+
- xspec-modelsonly
20+
- nbgitpuller

‎postBuild

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jupyter serverextension enable --py nbgitpuller --sys-prefix

0 commit comments

Comments
 (0)