Skip to content

Commit cd39e72

Browse files
committed
Remove opensafely-matching from v2 image
It previously had opensafely-matching v0.2.0, which doesn't work with the version of pandas included in the v2 image, so no-one could have used it anyway. matching is now a reusable action, which will be the recommended way to use it in an opensafely study.
1 parent 1ab4f04 commit cd39e72

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

v2/packages.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ It comes pre-installed with a standard set of python packages.
9090
- [numba: 0.58.1](https://pypi.org/project/numba/0.58.1/)
9191
- [numpy: 1.26.2](https://pypi.org/project/numpy/1.26.2/)
9292
- [opensafely-cohort-extractor: 1.90.0](https://pypi.org/project/opensafely-cohort-extractor/1.90.0/)
93-
- [opensafely-matching: 0.2.0](https://pypi.org/project/opensafely-matching/0.2.0/)
9493
- [overrides: 7.4.0](https://pypi.org/project/overrides/7.4.0/)
9594
- [packaging: 23.2](https://pypi.org/project/packaging/23.2/)
9695
- [pandas: 2.1.3](https://pypi.org/project/pandas/2.1.3/)

v2/requirements.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jupyterlab
77
jupytext
88
bash_kernel
99
nbval
10-
opensafely-matching
1110

1211
# Commonly-used packages provided in base docker image
1312
pandas

v2/requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ numpy==1.26.2
256256
# seaborn
257257
opensafely-cohort-extractor==1.90.0
258258
# via -r v2/requirements.in
259-
opensafely-matching==0.2.0
260-
# via -r v2/requirements.in
261259
overrides==7.4.0
262260
# via jupyter-server
263261
packaging==23.2
@@ -278,7 +276,6 @@ pandas==2.1.3
278276
# formulaic
279277
# lifelines
280278
# opensafely-cohort-extractor
281-
# opensafely-matching
282279
# seaborn
283280
# upsetplot
284281
pandocfilters==1.5.0

0 commit comments

Comments
 (0)