Skip to content

Commit 4707acb

Browse files
github-actions[bot]Marcello-Segaspec0-bot
authored
Update outdated dependencies (SPEC-0) (#510)
SPEC-0 update and version bump --------- Co-authored-by: Marcello Sega <m.sega@ucl.ac.uk> Co-authored-by: spec0-bot <spec0-bot@users.noreply.github.com>
1 parent 73817ac commit 4707acb

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "pytim"
8-
version = "1.0.4" # Loaded from pytim/version.py in setup.py
8+
version = "1.0.5" # Loaded from pytim/version.py in setup.py
99
description = "Python Tool for Interfacial Molecules Analysis"
1010
readme = "README.rst"
1111
requires-python = ">=3.10"
@@ -36,17 +36,17 @@ classifiers = [
3636

3737
dependencies = [
3838
"numpy>=2.1.3",
39-
"cython>=3.0.1",
39+
"cython>=3.0.8",
4040
"gsd>3.0.0",
4141
"MDAnalysis>=2.8.0",
42-
"scipy>=1.11.3",
42+
"scipy>=1.12.0",
4343
"setuptools",
44-
"PyWavelets>=1.5.0",
44+
"PyWavelets>=1.8.0",
4545
"scikit-image>=0.24.0",
46-
"sphinx>=7.2.3",
46+
"sphinx>=7.3.0",
4747
"matplotlib",
4848
"pytest",
49-
"dask>=2023.9.0"
49+
"dask>=2024.1.0"
5050
]
5151

5252
[project.optional-dependencies]

pytim/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.4'
1+
__version__ = '1.0.5'

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
cython>=3.0.1
1+
cython>=3.0.8
22
numpy>=2.1.3
3-
scipy>=1.11.3
3+
scipy>=1.12.0
44
gsd>3.0.0
55
setuptools
66
MDAnalysis>=2.8.0
7-
PyWavelets>=1.5.0
7+
PyWavelets>=1.8.0
88
scikit-image>=0.24.0
9-
sphinx>=7.2.3
9+
sphinx>=7.3.0
1010
matplotlib>=3.9.2
11-
dask>=2023.9.0
11+
dask>=2024.1.0

0 commit comments

Comments
 (0)