Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Filipe <[email protected]>
  • Loading branch information
fiona-naughton and ocefpaf authored Nov 12, 2024
1 parent ca7c16b commit 1bc00ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/helanal/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ build:

requirements:
host:
- python >=3.10
- python {{ python_min }}
- setuptools >=61.2
- versioningit
- pip
run:
- python >=3.10
- python >={{ python_min }}
- mdanalysis >=2.0.0
- gsd <3.4

Expand All @@ -33,6 +33,7 @@ test:
- pip check
requires:
- pip
- python {{ python_min }}

about:
summary: A package to characterise the geometry of protein helicies.
Expand Down

0 comments on commit 1bc00ad

Please sign in to comment.