Skip to content

Commit

Permalink
Fixing 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamorrow committed Oct 9, 2024
1 parent 38f0dd8 commit 77ddacc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:

- name: Install dependencies
run: |
pip install pipx twine openbabel<3.0.0
pip install pipx twine openbabel>=3.0.0
- name: Build package
run: |
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ maintainers = [
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"MDAnalysis>=2.0.0",
"openbabel>=3.0.0"
"MDAnalysis>=2.0.0"
]
keywords = [
"molecular simulations",
Expand Down

0 comments on commit 77ddacc

Please sign in to comment.