Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion v2/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ It comes pre-installed with a standard set of python packages.
- [numba: 0.58.1](https://pypi.org/project/numba/0.58.1/)
- [numpy: 1.26.2](https://pypi.org/project/numpy/1.26.2/)
- [opensafely-cohort-extractor: 1.90.0](https://pypi.org/project/opensafely-cohort-extractor/1.90.0/)
- [opensafely-matching: 0.2.0](https://pypi.org/project/opensafely-matching/0.2.0/)
- [overrides: 7.4.0](https://pypi.org/project/overrides/7.4.0/)
- [packaging: 23.2](https://pypi.org/project/packaging/23.2/)
- [pandas: 2.1.3](https://pypi.org/project/pandas/2.1.3/)
Expand Down
1 change: 0 additions & 1 deletion v2/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jupyterlab
jupytext
bash_kernel
nbval
opensafely-matching

# Commonly-used packages provided in base docker image
pandas
Expand Down
3 changes: 0 additions & 3 deletions v2/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@ numpy==1.26.2
# seaborn
opensafely-cohort-extractor==1.90.0
# via -r v2/requirements.in
opensafely-matching==0.2.0
# via -r v2/requirements.in
overrides==7.4.0
# via jupyter-server
packaging==23.2
Expand All @@ -278,7 +276,6 @@ pandas==2.1.3
# formulaic
# lifelines
# opensafely-cohort-extractor
# opensafely-matching
# seaborn
# upsetplot
pandocfilters==1.5.0
Expand Down