aphp / eds-scikit

eds-scikit is a Python library providing tools to process and analyse OMOP data
https://aphp.github.io/eds-scikit
BSD 3-Clause "New" or "Revised" License
35 stars 5 forks source link

chore: cap pip to 23 #46

Closed Thomzoy closed 1 year ago

Thomzoy commented 1 year ago

Description

Since pip v23, some legacy install via setup.py fails (In our case pyspark).
This PR caps the pip version to avoid this issue.

Checklist

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 36.56% and project coverage change: -8.09 :warning:

Comparison is base (bbab536) 91.89% compared to head (2e0b427) 83.80%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #46 +/- ## ========================================== - Coverage 91.89% 83.80% -8.09% ========================================== Files 67 82 +15 Lines 2146 2488 +342 ========================================== + Hits 1972 2085 +113 - Misses 174 403 +229 ``` | [Impacted Files](https://codecov.io/gh/aphp/eds-scikit/pull/46?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp) | Coverage Δ | | |---|---|---| | [eds\_scikit/io/settings.py](https://codecov.io/gh/aphp/eds-scikit/pull/46?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzX3NjaWtpdC9pby9zZXR0aW5ncy5weQ==) | `100.00% <ø> (ø)` | | | [eds\_scikit/phenotype/\_\_init\_\_.py](https://codecov.io/gh/aphp/eds-scikit/pull/46?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzX3NjaWtpdC9waGVub3R5cGUvX19pbml0X18ucHk=) | `0.00% <0.00%> (ø)` | | | [eds\_scikit/phenotype/base.py](https://codecov.io/gh/aphp/eds-scikit/pull/46?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzX3NjaWtpdC9waGVub3R5cGUvYmFzZS5weQ==) | `0.00% <0.00%> (ø)` | | | [eds\_scikit/phenotype/cancer/\_\_init\_\_.py](https://codecov.io/gh/aphp/eds-scikit/pull/46?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzX3NjaWtpdC9waGVub3R5cGUvY2FuY2VyL19faW5pdF9fLnB5) | `0.00% <0.00%> (ø)` | | | [eds\_scikit/phenotype/cancer/cancer.py](https://codecov.io/gh/aphp/eds-scikit/pull/46?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzX3NjaWtpdC9waGVub3R5cGUvY2FuY2VyL2NhbmNlci5weQ==) | `0.00% <0.00%> (ø)` | | | [eds\_scikit/phenotype/diabetes/\_\_init\_\_.py](https://codecov.io/gh/aphp/eds-scikit/pull/46?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzX3NjaWtpdC9waGVub3R5cGUvZGlhYmV0ZXMvX19pbml0X18ucHk=) | `0.00% <0.00%> (ø)` | | | [eds\_scikit/phenotype/diabetes/diabetes.py](https://codecov.io/gh/aphp/eds-scikit/pull/46?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzX3NjaWtpdC9waGVub3R5cGUvZGlhYmV0ZXMvZGlhYmV0ZXMucHk=) | `0.00% <0.00%> (ø)` | | | [...\_scikit/phenotype/psychiatric\_disorder/\_\_init\_\_.py](https://codecov.io/gh/aphp/eds-scikit/pull/46?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzX3NjaWtpdC9waGVub3R5cGUvcHN5Y2hpYXRyaWNfZGlzb3JkZXIvX19pbml0X18ucHk=) | `0.00% <0.00%> (ø)` | | | [...otype/psychiatric\_disorder/psychiatric\_disorder.py](https://codecov.io/gh/aphp/eds-scikit/pull/46?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzX3NjaWtpdC9waGVub3R5cGUvcHN5Y2hpYXRyaWNfZGlzb3JkZXIvcHN5Y2hpYXRyaWNfZGlzb3JkZXIucHk=) | `0.00% <0.00%> (ø)` | | | [eds\_scikit/phenotype/suicide\_attempt/\_\_init\_\_.py](https://codecov.io/gh/aphp/eds-scikit/pull/46?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzX3NjaWtpdC9waGVub3R5cGUvc3VpY2lkZV9hdHRlbXB0L19faW5pdF9fLnB5) | `0.00% <0.00%> (ø)` | | | ... and [18 more](https://codecov.io/gh/aphp/eds-scikit/pull/46?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.