Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬇️ Upper bound scipy for compatibility with fcsparser #38

Merged
merged 4 commits into from
Oct 21, 2024
Merged

Conversation

Koncopd
Copy link
Member

@Koncopd Koncopd commented Oct 21, 2024

scipy>=1.13 requires numpy>=2.0.0 which is incompatible with fcsparser. Better to pin scipy here to avoid incompatibilities between scipy and numpy.

Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.23%. Comparing base (be60c49) to head (5bce79f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #38   +/-   ##
=======================================
  Coverage   89.23%   89.23%           
=======================================
  Files           4        4           
  Lines         130      130           
=======================================
  Hits          116      116           
  Misses         14       14           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Koncopd Koncopd changed the title ⬇️ Upper bound numpy for compatibility with fcsparser ⬇️ Upper bound scipy for compatibility with fcsparser Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant