We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982330b commit 090b7e3Copy full SHA for 090b7e3
1 file changed
requirements.txt
@@ -1,14 +1,16 @@
1
numpy==2.2.6
2
lalsuite==7.26.1
3
-h5py~=3.12
4
-arviz~=0.20
+h5py~=3.11
+arviz~=0.19
5
pandas~=2.2
6
qnm==0.4.4
7
seaborn~=0.13
8
jupyterlab
9
-tqdm
10
ipywidgets
11
ipykernel
12
numpyro~=0.17
13
-jax~=0.5
14
-parse
+jax>=0.4.25,<0.6.1
+parse>=1.20
+jaxlib==0.4.38; sys_platform == 'darwin' and platform_machine == 'x86_64'
15
+tables~=3.10
16
+scipy==1.15
0 commit comments