scikit-hep / cabinetry

design and steer profile likelihood fits
https://cabinetry.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
27 stars 21 forks source link

build: temporarily restrict latest typeguard to avoid dependency clash #429

Closed alexander-held closed 1 year ago

alexander-held commented 1 year ago

Context in #428: the latest typeguard releases (>=4.0.1) require typing_extension>=4.7.0, which are versions beyond the cap put on it by Tensorflow. The next Tensorflow release removes that cap. In the meantime, restrict the specific typeguard versions that cause the clash. This will be reverted after the Tensorflow release.

* temporarily restrict typeguard versions to avoid dependency clash via typing_extensions due to Tensorflow
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (59b49fb) 100.00% compared to head (4bd8005) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #429 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 22 22 Lines 2072 2072 Branches 338 338 ========================================= Hits 2072 2072 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.