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

Update how requirements are installed #389

Merged
merged 7 commits into from
Aug 27, 2024
Merged

Update how requirements are installed #389

merged 7 commits into from
Aug 27, 2024

Conversation

153957
Copy link
Member

@153957 153957 commented Aug 17, 2024

Use pip instead of conda for most dependencies.
Only install uwsgi and hdf5 using conda since those are hard to compile and do not provide wheels on PyPI.
The code is already available, use the requirements it specifies instead of separately copying them.
Update other references like dependabot.

@153957
Copy link
Member Author

153957 commented Aug 19, 2024

It seems tests were failing because of an issue with PyTables: PyTables/PyTables#1208

@153957 153957 merged commit 4408ee5 into master Aug 27, 2024
5 checks passed
@153957 153957 deleted the updates branch August 27, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants