Skip to content

Commit bfd80d8

Browse files
committed
add back conda stuff so i don't have to rewrite lots of documentation
1 parent 62223a3 commit bfd80d8

File tree

3 files changed

+786
-0
lines changed

3 files changed

+786
-0
lines changed

environment-dev.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# ShapePipe Development Environment
2+
# ---------------------------------
3+
# This environment should only be used for development and testing of
4+
# ShapePipe (i.e. nothing that could be published). Packages need only
5+
# specify the minimum compatible versions. This environment can updated
6+
# as needed.
7+
name: shapepipe-dev
8+
channels:
9+
- conda-forge
10+
dependencies:
11+
- python>=3.9.18
12+
- pip>=23.3.1
13+
- astropy>=5.1.1
14+
- autoconf>=2.71
15+
- automake>=1.16.5
16+
- cmake>=3.27.7
17+
- galsim>=2.5.1
18+
- joblib>=1.3.2
19+
- libtool>=2.4
20+
- matplotlib>=3.8.1
21+
- numba>=0.58.1
22+
- pandas>=2.1
23+
- pyqt5-sip>=12.13
24+
- pyqtgraph>=0.13.3
25+
- reproject>=0.12
26+
- sqlitedict>=2.1
27+
- termcolor>=2.3
28+
- tqdm>=4.66.1
29+
- treecorr>=4.3.3
30+
- pip:
31+
- cs_util==0.0.5
32+
- mccd==1.2.4
33+
- modopt==1.6.1
34+
- sip_tpv==1.1
35+
- sf_tools==2.0.4
36+
- git+https://github.com/CEA-COSMIC/pysap@develop
37+
- git+https://github.com/aguinot/ngmix@stable_version
38+
- git+https://github.com/tobias-liaudat/Stile@v0.1

environment.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: shapepipe_v1.4
2+
# ShapePipe Production Environment
3+
# --------------------------------
4+
# This environment should be used for any production runs of ShapePipe
5+
# (i.e. anything that could be published). All packages are pinned to
6+
# specific versions to maximise the reproducibility of the results.
7+
# This environment should be updated for each release of ShapePipe.
8+
channels:
9+
- conda-forge
10+
- defaults
11+
dependencies:
12+
- python=3.9
13+
- pip>=21.2.4
14+
- astromatic-psfex==3.21.1
15+
- astromatic-source-extractor==2.25.0
16+
- astropy==5.2
17+
- automake
18+
- autoconf
19+
- cmake
20+
- h5py
21+
- galsim
22+
- joblib
23+
- libtool
24+
- matplotlib==3.8.4
25+
- numba==0.58.1
26+
- numpy==1.26.4
27+
- pandas
28+
- pip:
29+
- cs_util==0.1
30+
- mccd==1.2.4
31+
- modopt
32+
- PyQt5
33+
- pyqtgraph
34+
- python-pysap==0.2.1
35+
- reproject
36+
- shear_psf_leakage
37+
- skaha
38+
- sip_tpv
39+
- sf_tools
40+
- sqlitedict
41+
- termcolor
42+
- tqdm
43+
- treecorr
44+
- vos
45+
- git+https://github.com/aguinot/ngmix@stable_version
46+
- git+https://github.com/tobias-liaudat/Stile@v0.1

0 commit comments

Comments
 (0)