We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d9d07 commit f06947eCopy full SHA for f06947e
environment.yml
@@ -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
19
+ - xspec-modelsonly
20
+ - nbgitpuller
postBuild
@@ -0,0 +1 @@
+jupyter serverextension enable --py nbgitpuller --sys-prefix
0 commit comments