Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4e2d1e7

Browse files
committedApr 24, 2024·
docs requiremnets
1 parent b121791 commit 4e2d1e7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎docs/requirements.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
anesthetic==2.8.1
12
corner==2.2.1
23
decorator>=4.2.1
34
dill>=0.3.1.1
@@ -14,9 +15,11 @@ h5py>=2.10.0
1415
SQLAlchemy==1.3.20
1516
scipy>=1.5.1
1617
astunparse==1.6.3
18+
threadpoolctl>=3.1.0,<=3.2.0
1719
autoconf
20+
timeout-decorator==0.5.0
1821
sphinx==5.2.3
19-
xxhash==3.0.0
22+
xxhash<=3.4.1
2023
pyvis==0.3.2
2124
furo
2225
myst-parser

‎requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dill>=0.3.1.1
55
dynesty==2.1.2
66
typing-inspect>=0.4.0
77
emcee>=3.1.3
8+
gprof2dot==2021.2.21
89
matplotlib
910
networkx
1011
numpydoc>=1.0.0

0 commit comments

Comments
 (0)
Please sign in to comment.