Skip to content

Commit

Permalink
updated conda-install workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Nov 18, 2024
1 parent b3e05d3 commit 4cfa0d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# More info on options: https://github.com/conda-incubator/setup-miniconda
- name: Install conda dependencies
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
environment-file: devtools/conda-envs/test_env.yaml
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ maintainers = [
{name = "Ricky Sexton", email = "risexto878@gmail.com"},
]
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.9"
dependencies = [
"MDAnalysis>=2.0.0",
"numpy",
Expand Down

0 comments on commit 4cfa0d3

Please sign in to comment.