Skip to content

Commit e8da546

Browse files
authored
Update Python version and dependency specifications
1 parent 2a62d43 commit e8da546

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pyproject.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ classifiers = [
2525
"Intended Audience :: Science/Research",
2626
"Topic :: Scientific/Engineering :: Mathematics"
2727
]
28-
requires-python = ">=3.9"
28+
requires-python = ">=3.8"
2929
dependencies = [
3030
"future",
31-
"numpy>=1.21.0",
32-
"scipy>=1.7.0",
33-
"matplotlib>=3.5.0",
31+
"numpy",
32+
"scipy",
33+
"matplotlib",
3434
"vtk"
3535
]
3636

@@ -42,12 +42,12 @@ Repository = "https://github.com/mathLab/PyGeM"
4242

4343
[project.optional-dependencies]
4444
docs = [
45-
"Sphinx>=5.0.0",
46-
"sphinx_rtd_theme>=1.0.0"
45+
"Sphinx",
46+
"sphinx_rtd_theme"
4747
]
4848
test = [
49-
"pytest>=6.0.0",
50-
"pytest-cov>=3.0.0"
49+
"pytest",
50+
"pytest-cov"
5151
]
5252
tut = [
5353
"jupyter",
@@ -56,16 +56,16 @@ tut = [
5656
"nbconvert",
5757
]
5858
dev = [
59-
"Sphinx>=5.0.0",
60-
"sphinx_rtd_theme>=1.0.0",
61-
"pytest>=6.0.0",
62-
"pytest-cov>=3.0.0",
59+
"Sphinx",
60+
"sphinx_rtd_theme",
61+
"pytest",
62+
"pytest-cov",
6363
"jupyter",
6464
"notebook",
6565
"ipywidgets",
6666
"nbconvert",
67-
"black>=23.0.0",
68-
"pylint>=3.0.0"
67+
"black",
68+
"pylint"
6969
]
7070

7171
[tool.setuptools]

0 commit comments

Comments
 (0)