Skip to content

Commit

Permalink
updated pytim requirements (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega authored Dec 12, 2024
1 parent 816132e commit 3c5341d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdakits/pytim/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ src_install:
import_name: pytim

## str: a specification for the range of Python versions supported by this MDAKit
python_requires: ">=3.9"
python_requires: ">=3.10"

## str: a specification for the range of MDAnalysis versions supported by this MDAKit
mdanalysis_requires: ">=2.0.0"
mdanalysis_requires: ">=2.8.0"

## List(str): a list of commands to use when attempting to run the MDAKit's tests
## If you package your tests inside your package then you can typically use the
Expand Down

0 comments on commit 3c5341d

Please sign in to comment.