Skip to content

Commit

Permalink
Merge branch 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAchondo committed May 31, 2024
2 parents f2f18bc + 3c75765 commit ce53333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8.18'
python-version: '3.9'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = [
"Poisson-Boltzmann equation",
"Macromolecules in polarizable media"
]
requires-python = ">=3.8,<3.10"
requires-python = ">=3.9,<3.10"
dependencies = [
"numpy==1.23.5",
"tensorflow==2.10.0",
Expand Down

0 comments on commit ce53333

Please sign in to comment.