Skip to content

Commit

Permalink
Update lipyds metadata (#246)
Browse files Browse the repository at this point in the history
* update metadata

* fix pytest?
  • Loading branch information
lilyminium authored Dec 3, 2024
1 parent 8349841 commit 413afe8
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit 413afe8

Please sign in to comment.