Skip to content

Commit

Permalink
dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan8be committed Oct 30, 2024
1 parent 2857071 commit 889b840
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
# exclude:
# - os: macos-latest
# python-version: "3.7"
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v3
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v4
with:
python-version: ${{ matrix.python-version }}
channels: conda-forge,defaults
Expand Down
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
author_email='[email protected]',
license='GPL-3.0',
packages=['metadynminer'],
python_requires='>=3.8',
install_requires=['numpy>=1.21.6',
'matplotlib>=3.5.3',
'pandas>=1.3.5',
'pyvista>=0.43.0',
'imageio>=2.31.1'
python_requires='>=3.9',
install_requires=['numpy>=2.1.1',
'matplotlib>=3.9.2',
'pandas>=2.2.2',
'pyvista>=0.44.1',
'imageio>=2.35.1'
],

classifiers=[
Expand Down

0 comments on commit 889b840

Please sign in to comment.