cta-observatory / ctapipe

Low-level data processing pipeline software for CTAO or similar arrays of Imaging Atmospheric Cherenkov Telescopes
https://ctapipe.readthedocs.org
BSD 3-Clause "New" or "Revised" License
63 stars 266 forks source link

Bump setuptools and setuptools scm versions #2447

Closed morcuended closed 8 months ago

morcuended commented 8 months ago

Versions in the current build settings seem not compatible. Resolves #2445

maxnoe commented 8 months ago

@morcuende, that doesn't seem to fix the build issue. The same error now pops up for eventio.

I will fix it there as well.

maxnoe commented 8 months ago

Looking carefully at the log, there seems to be something more amiss here.

THe mamba build shouldn't install eventio via pip.

It also reports a python version of 3.10 in the 3.11 build.

I think the step "fix PATH for macos" that is also executed on ubuntu runners is the issue

maxnoe commented 8 months ago

The pr introducing the "documentation-only" fixes broke this with a wrong logic condition.

morcuended commented 8 months ago

thanks for the fixes @maxnoe