Skip to content

Commit

Permalink
Update dependencies and Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsguerra committed Oct 10, 2024
1 parent 6bc0b9e commit a022bab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- name: Checkout repository
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3 :: Only",
'Operating System :: Microsoft :: Windows',
'Operating System :: Unix',
Expand All @@ -36,16 +37,16 @@ dependencies = [
"ase==3.23.0",
"biopython==1.84.0",
"MDAnalysis==2.7.0",
"numpy~=1.26.4",
"numpy",
"pandas~=2.2.3",
"plotly~=5.24.1",
"plotly",
"pyKVFinder==0.7.0",
]
dynamic = ["version"]

[project.optional-dependencies]
dev = ["black==24.8.0", "flake8==7.1.1", "pytest==8.3.3"]
docs = ["sphinx==7.3.7", "sphinx-rtd-theme==2.0.0"]
docs = ["sphinx==8.1.0", "sphinx-rtd-theme==3.0.1"]

[project.urls]
api = "https://cnpem.github.io/AtomPacker/"
Expand Down

0 comments on commit a022bab

Please sign in to comment.