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

Fix python numpy and pandas #319

Merged
merged 4 commits into from
Jul 15, 2022
Merged

Fix python numpy and pandas #319

merged 4 commits into from
Jul 15, 2022

Conversation

coffee-cup
Copy link
Contributor

What does this PR address?

  • Add the zlib and stdenv.cc.cc.lib Nix packages as libraries if numpy is detected
  • Docker test for build and running python projects that use numpy and pandas

src/providers/python.rs Show resolved Hide resolved
src/providers/python.rs Outdated Show resolved Hide resolved
@coffee-cup coffee-cup merged commit ab170df into main Jul 15, 2022
@coffee-cup coffee-cup deleted the jr/fix-python-numpy-pandas branch July 15, 2022 22:27

let project_numpy = app.includes_file("pyproject.toml")
&& app
.read_file("pyproject.toml")?
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@coffee-cup This should have also checked poetry.lock

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.

3 participants