Skip to content

Commit 6a05657

Browse files
authored
Prepare release v3.1.0 (#290)
* Bump version to 3.1.0 with added gui and updated dependencies note that setuptools is deprecated. We use an older version to access the "pkg_resources" functionality that is used in the BMI package. * fixed syntax issues
1 parent 99839e3 commit 6a05657

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exclude = [
1212

1313
[project]
1414
name = "aeolis"
15-
version = "3.0.1"
15+
version = "3.1.0"
1616
authors = [
1717
{ name="Sierd de Vries", email="sierd.devries@tudelft.nl" },
1818
]
@@ -28,13 +28,15 @@ keywords = ["aeolian sediment", "transport", "model", "deltares", "tudelft"]
2828
dependencies = [
2929
"docopt",
3030
"typer",
31+
"setuptools<80",
3132
"bmi-python",
3233
"netCDF4",
3334
"scipy",
3435
"numpy",
3536
"matplotlib",
3637
"numba",
3738
"windrose",
39+
"ffmpeg",
3840
]
3941
classifiers = [
4042
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)