Closed nikitapond closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.19%. Comparing base (
f7ef69c
) to head (4c72695
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Nice! we should probably think about upgrade the minimum required python in the pyproject.toml aslo, 3.8 is pretty old now
Nice! we should probably think about upgrade the minimum required python in the pyproject.toml aslo, 3.8 is pretty old now
Yes very true, I think 3.8 is soon to be unsupported
When installing from fresh based on instructions in docs, I had errors (specifically, matching scipy version not found). By instead installing python 3.11 everything works (default seems to be 3.12)