-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
69 lines (56 loc) · 940 Bytes
/
requirements.txt
File metadata and controls
69 lines (56 loc) · 940 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Flask stack
Flask==3.0.3
Jinja2==3.1.5
Werkzeug==3.0.6
MarkupSafe==3.0.2
itsdangerous==2.2.0
blinker==1.9.0
click==8.1.8
# Production server
gunicorn
# Visualization
plotly==5.24.1
# Numerical
numpy==2.2.1
scipy==1.14.1
# Transit modelling
batman-package
# FITS / Astronomy
astropy==7.1.0
pyerfa==2.0.1.5
astropy-iers-data==0.2025.6.9.14.9.37
# MAST queries
astroquery==0.4.10
pyvo==1.7
beautifulsoup4==4.13.4
html5lib==1.1
keyring==25.6.0
# HDF5
h5py==3.14.0
# NetCDF model grids
xarray==2024.10.0
netCDF4==1.7.2
# Matplotlib (used by validate_fitting)
matplotlib==3.10.5
contourpy==1.3.3
cycler==0.12.1
fonttools==4.25.0
kiwisolver==1.4.8
pillow==11.3.0
pyparsing==3.2.3
# HTTP
requests==2.32.4
certifi==2025.8.3
charset-normalizer==3.4.2
idna==3.10
urllib3==2.5.0
# Config
PyYAML==6.0.2
# Video generation
ffmpeg==1.4
# Utilities
python-dateutil==2.9.0.post0
six==1.17.0
packaging==24.2
soupsieve==2.7
webencodings==0.5.1