Skip to content

Commit aa1a0dd

Browse files
committed
add rtds requirements file
1 parent 158dceb commit aa1a0dd

1 file changed

Lines changed: 101 additions & 0 deletions

File tree

docs/requirements.txt

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
4+
#
5+
# pip-compile --output-file=docs/requirements.txt pyproject.toml
6+
#
7+
arviz==0.21.0
8+
# via df_sampling (pyproject.toml)
9+
astropy==7.0.1
10+
# via df_sampling (pyproject.toml)
11+
astropy-iers-data==0.2025.3.10.0.29.26
12+
# via astropy
13+
cmdstanpy==1.2.5
14+
# via df_sampling (pyproject.toml)
15+
contourpy==1.3.1
16+
# via matplotlib
17+
cycler==0.12.1
18+
# via matplotlib
19+
fonttools==4.56.0
20+
# via matplotlib
21+
h5netcdf==1.6.1
22+
# via arviz
23+
h5py==3.13.0
24+
# via h5netcdf
25+
kiwisolver==1.4.8
26+
# via matplotlib
27+
matplotlib==3.10.1
28+
# via
29+
# arviz
30+
# df_sampling (pyproject.toml)
31+
# seaborn
32+
numpy==2.2.3
33+
# via
34+
# arviz
35+
# astropy
36+
# cmdstanpy
37+
# contourpy
38+
# df_sampling (pyproject.toml)
39+
# h5py
40+
# matplotlib
41+
# pandas
42+
# pyerfa
43+
# scipy
44+
# seaborn
45+
# stanio
46+
# xarray
47+
# xarray-einstats
48+
packaging==24.2
49+
# via
50+
# arviz
51+
# astropy
52+
# h5netcdf
53+
# matplotlib
54+
# xarray
55+
pandas==2.2.3
56+
# via
57+
# arviz
58+
# cmdstanpy
59+
# df_sampling (pyproject.toml)
60+
# seaborn
61+
# xarray
62+
pillow==11.1.0
63+
# via matplotlib
64+
pyerfa==2.0.1.5
65+
# via astropy
66+
pyparsing==3.2.1
67+
# via matplotlib
68+
python-dateutil==2.9.0.post0
69+
# via
70+
# matplotlib
71+
# pandas
72+
pytz==2025.1
73+
# via pandas
74+
pyyaml==6.0.2
75+
# via astropy
76+
scipy==1.15.2
77+
# via
78+
# arviz
79+
# df_sampling (pyproject.toml)
80+
# xarray-einstats
81+
seaborn==0.13.2
82+
# via df_sampling (pyproject.toml)
83+
six==1.17.0
84+
# via python-dateutil
85+
stanio==0.5.1
86+
# via cmdstanpy
87+
tqdm==4.67.1
88+
# via cmdstanpy
89+
typing-extensions==4.12.2
90+
# via arviz
91+
tzdata==2025.1
92+
# via pandas
93+
xarray==2025.1.2
94+
# via
95+
# arviz
96+
# xarray-einstats
97+
xarray-einstats==0.8.0
98+
# via arviz
99+
100+
# The following packages are considered to be unsafe in a requirements file:
101+
# setuptools

0 commit comments

Comments
 (0)