ComPWA / compwa.github.io

Source code for the ComPWA Organization website
https://compwa.github.io
Apache License 2.0
5 stars 4 forks source link

Dependency issue #272

Closed shenvitor closed 4 months ago

shenvitor commented 4 months ago

What happened?

TR-000 run in Colab is not successful due to the following issues.

Relevant log output

Screenshot 2024-05-06 at 15 33 09

Is it possible to reproduce the bug with a small code snippet?

See above

Additional steps to reproduce the bug

No

Which Python version were you using?

None

Python dependencies

No response

redeboer commented 4 months ago

Thanks for posting! Resolving the conflict for this notebook should be easy, but it does point to a larger problem with the dependency 'pinning' in the technical reports (see also https://github.com/ComPWA/compwa.github.io/pull/256, and indirectly the discussion in https://github.com/ComPWA/compwa.github.io/pull/151#issuecomment-1235586816). The ideal would be to pin all dependencies instead of only the direct ones.

@shenvitor can you fix the notebook for this bug by finding a jaxlib version that works and pinning to that? A solution should be found for the larger issue here, but I'll describe that in a different issue.

shenvitor commented 4 months ago

Reference to this related problem: Dependency Resolution