avik-pal / Wandb.jl

Unofficial Julia bindings for logging experiments to wandb.ai
https://avik-pal.github.io/Wandb.jl/stable/
MIT License
82 stars 11 forks source link

Relax dependency requirements for `protobuf`. #33

Closed hv10 closed 6 months ago

hv10 commented 6 months ago

Relax dependency requirements for protobuf.

Within my usage of this package I have repeatedly encountered resolving issues with other python dependencies when using Wandb.jl in the same project.

Most often these stem from the requirement that protobuf has to have a version of exactly 3.

For me it seems fine to relax this requirement to >=3 but it could / should maybe constrained to >=3,<4 if there is any reason to do so.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 7.10%. Comparing base (da52acc) to head (736b913).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #33 +/- ## ===================================== Coverage 7.10% 7.10% ===================================== Files 7 7 Lines 211 211 ===================================== Hits 15 15 Misses 196 196 ```

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