-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
86 lines (76 loc) · 1.57 KB
/
requirements.txt
File metadata and controls
86 lines (76 loc) · 1.57 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# The libraries used by your code should be listed here
# See https://nhsd-git.digital.nhs.uk/data-services/analytics-service/iuod/rap-community-of-practice/-/blob/master/python/project-structure-and-packaging.md
-e .
# Libraries used for running the ncmp pipeline
# Package versions frozen as of 07DEC2022
# Based on Python version below
# Python version = 3.9.12
# Data manipulation
numpy==1.21.5
pandas==1.3.5
sidetable==0.9.0
# Read in SPSS data
pyreadstat==1.2.0
# Excel output
xlwings==0.24.9
openpyxl==3.0.09
pywin32==303
# SQL
sqlalchemy==1.4.32
pyodbc==4.0.32
# other
nbformat==5.1.3
# Testing
pytest==6.2.5
pytest-html==3.1.1
# R integration (note - R needs to be installed separately)
rpy2==3.4.5
# Dependencies of the above packages
black==22.1.0
cffi==1.15.0
debugpy==1.5.1
executing==0.8.2
importlib-metadata==4.10.1
importlib-resources==5.4.0
iniconfig==1.1.1
ipykernel==6.9.0
ipython==7.32.0
ipython-genutils==0.2.0
jedi==0.17.2
jsonschema==4.4.0
jupyter-client==7.1.2
jupyter-core==4.9.1
jupyterlab-pygments==0.1.2
kiwisolver==1.3.2
MarkupSafe==2.0.1
mistune==0.8.4
mypy-extensions==0.4.3
nbclient==0.5.10
nbconvert==6.4.1
nest-asyncio==1.5.4
packaging==21.3
pandocfilters==1.5.0
pathspec==0.9.0
patsy==0.5.2
pickleshare==0.7.5
Pillow==9.0.1
pip==21.2.4
py==1.11.0
pyparsing==3.0.7
pyrsistent==0.18.1
pytest-metadata==1.11.0
python-dateutil==2.8.2
pywinpty==2.0.2
pyzmq==22.3.0
Send2Trash==1.8.0
setuptools==65.6.3
simplegeneric==0.8.1
testpath==0.5.0
tornado==6.1
traitlets==5.1.1
typed-ast==1.5.2
typing_extensions==4.0.1
tzdata==2021.5
tzlocal==4.1
webencodings==0.5.1
zipp==3.7.0