-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
39 lines (31 loc) · 854 Bytes
/
requirements.txt
File metadata and controls
39 lines (31 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Dark Sector Memory Test (DSMT) - Python Dependencies
# Install with: pip install -r requirements.txt
# Core scientific computing
numpy>=1.21.0
scipy>=1.7.0
matplotlib>=3.5.0
seaborn>=0.11.0
# Astronomy-specific
astropy>=5.0
astroquery>=0.4.6
# Data handling
pandas>=1.3.0
h5py>=3.0.0
# Statistical analysis
emcee>=3.1.0 # MCMC sampling
corner>=2.2.0 # Corner plots for posteriors
# Image processing
scikit-image>=0.18.0
photutils>=1.3.0 # Aperture photometry
# Optional: Lensing-specific (may require manual installation)
# lenstool # Install from: https://projets.lam.fr/projects/lenstool
# grale # Install from: https://github.com/j0r1/GRALE2
# Development
jupyter>=1.0.0
jupyterlab>=3.0.0
pytest>=6.0.0
black>=21.0.0
flake8>=3.9.0
# Documentation
sphinx>=4.0.0
sphinx-rtd-theme>=0.5.0