-
Notifications
You must be signed in to change notification settings - Fork 49
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
build: enhance dependency management and make scipy
optional.
#1215
Conversation
It's a simple change, but with quite heavy maintenance cost, unless we find an easy way to test both cases (scipy, no scipy). |
c663b8b
to
e2e7024
Compare
scipy
optional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
.github/workflows/daily-ci.yml
Outdated
pull_request: | ||
branches: | ||
- main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a reminder to change back before merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs are ok.
Added:
ufuncs
module for NativeFunctions.Changed:
docs/development/CI
folder todocs/development/tools
.