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 all commits
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
12 changes: 6 additions & 6 deletions mdakits/lipyds/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ 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
test_dependencies:
- pip install pytest
- pip install pytest pytest-xdist
development_status: Beta
publications:
- https://doi.org/10.1016/j.bbadva.2021.100010