Skip to content
Merged
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pytim"
version = "1.0.4" # Loaded from pytim/version.py in setup.py
version = "1.0.5" # Loaded from pytim/version.py in setup.py
description = "Python Tool for Interfacial Molecules Analysis"
readme = "README.rst"
requires-python = ">=3.10"
Expand Down Expand Up @@ -36,17 +36,17 @@ classifiers = [

dependencies = [
"numpy>=2.1.3",
"cython>=3.0.1",
"cython>=3.0.8",
"gsd>3.0.0",
"MDAnalysis>=2.8.0",
"scipy>=1.11.3",
"scipy>=1.12.0",
"setuptools",
"PyWavelets>=1.5.0",
"PyWavelets>=1.8.0",
"scikit-image>=0.24.0",
"sphinx>=7.2.3",
"sphinx>=7.3.0",
"matplotlib",
"pytest",
"dask>=2023.9.0"
"dask>=2024.1.0"
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion pytim/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.4'
__version__ = '1.0.5'
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cython>=3.0.1
cython>=3.0.8
numpy>=2.1.3
scipy>=1.11.3
scipy>=1.12.0
gsd>3.0.0
setuptools
MDAnalysis>=2.8.0
PyWavelets>=1.5.0
PyWavelets>=1.8.0
scikit-image>=0.24.0
sphinx>=7.2.3
sphinx>=7.3.0
matplotlib>=3.9.2
dask>=2023.9.0
dask>=2024.1.0