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 lipyds metadata #246

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions mdakits/lipyds/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ documentation_home: https://lipyds.readthedocs.io/en/latest/
documentation_type: API

## Optional entries
install:
- mamba install -c conda-forge lipyds
src_install:
- mamba install -c conda-forge pyvista cython matplotlib nptyping "numpy>=1.20.0" pandas "scikit-learn>=0.21.0" scipy
- git clone https://github.com/lilyminium/lipyds.git
- cd lipyds
- python setup.py install
python_requires: ">=3.6"
mdanalysis_requires: ">=1.0.0"
python_requires: ">=3.10"
mdanalysis_requires: ">=2.0.0"
run_tests:
- cd lipyds
- pip install -e .
- pytest -v ./lipyds/tests
- pytest -n auto --pyargs lipyds.tests
Copy link
Member

Choose a reason for hiding this comment

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

This is failing - maybe just pass lipyds and get auto discovery to do the rest?

test_dependencies:
- pip install pytest
development_status: Beta
Expand Down
Loading