Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Dec 1, 2024
1 parent 4100357 commit 46c2d6f
Showing 1 changed file with 5 additions and 5 deletions.
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
test_dependencies:
- pip install pytest
development_status: Beta
Expand Down

0 comments on commit 46c2d6f

Please sign in to comment.