Skip to content

Commit cc6ef56

Browse files
committed
added 'requirements.txt' file to be able to build the documentation
1 parent a7d577e commit cc6ef56

File tree

2 files changed

+77
-1
lines changed

2 files changed

+77
-1
lines changed

requirements.txt

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
alabaster==0.7.13
2+
Babel==2.12.1
3+
certifi==2023.7.22
4+
charset-normalizer==3.2.0
5+
click==8.1.6
6+
cloudpickle==2.2.1
7+
contourpy==1.1.0
8+
cycler==0.11.0
9+
dask==2023.7.1
10+
distributed==2023.7.1
11+
docutils==0.18.1
12+
filelock==3.12.2
13+
fonttools==4.42.1
14+
fsspec==2023.6.0
15+
idna==3.4
16+
imagesize==1.4.1
17+
importlib-metadata==6.8.0
18+
Jinja2==3.1.2
19+
joblib==1.3.1
20+
kiwisolver==1.4.5
21+
latexcodec==2.0.1
22+
locket==1.0.0
23+
markdown-it-py==3.0.0
24+
MarkupSafe==2.1.3
25+
matplotlib==3.7.2
26+
mdit-py-plugins==0.4.0
27+
mdurl==0.1.2
28+
mpmath==1.3.0
29+
msgpack==1.0.5
30+
myst-parser==2.0.0
31+
networkx==3.1
32+
numpy==1.25.1
33+
numpydoc==1.5.0
34+
packaging==23.1
35+
pandas==2.0.3
36+
partd==1.4.0
37+
patsy==0.5.3
38+
Pillow==10.0.0
39+
psutil==5.9.5
40+
pybtex==0.24.0
41+
pybtex-docutils==1.0.3
42+
Pygments==2.16.1
43+
pyparsing==3.0.9
44+
python-dateutil==2.8.2
45+
pytz==2023.3
46+
PyYAML==6.0.1
47+
requests==2.31.0
48+
scikit-learn==1.3.0
49+
scipy==1.11.1
50+
seaborn==0.12.2
51+
six==1.16.0
52+
snowballstemmer==2.2.0
53+
sortedcontainers==2.4.0
54+
Sphinx==6.2.1
55+
sphinx-rtd-theme==1.3.0
56+
sphinx_design==0.5.0
57+
sphinxcontrib-applehelp==1.0.7
58+
sphinxcontrib-bibtex==2.5.0
59+
sphinxcontrib-devhelp==1.0.5
60+
sphinxcontrib-htmlhelp==2.0.4
61+
sphinxcontrib-jquery==4.1
62+
sphinxcontrib-jsmath==1.0.1
63+
sphinxcontrib-qthelp==1.0.6
64+
sphinxcontrib-serializinghtml==1.1.9
65+
statsmodels==0.14.0
66+
sympy==1.12
67+
tblib==2.0.0
68+
threadpoolctl==3.2.0
69+
toolz==0.12.0
70+
torch==2.0.1
71+
tornado>=6.3.3
72+
typing_extensions==4.7.1
73+
tzdata==2023.3
74+
urllib3==2.0.4
75+
zict==3.0.0
76+
zipp==3.16.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"Anders Lykkebo-Valløe, Anders Krogh"
4747

4848
# Set the project's version.
49-
version = "12.05.2024"
49+
version = "12.05.2024.b"
5050

5151
# Set a brief description of the project.
5252
description = \

0 commit comments

Comments
 (0)