File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff 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 "
2929dependencies = [
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 ]
4444docs = [
45- " Sphinx>=5.0.0 " ,
46- " sphinx_rtd_theme>=1.0.0 "
45+ " Sphinx" ,
46+ " sphinx_rtd_theme"
4747]
4848test = [
49- " pytest>=6.0.0 " ,
50- " pytest-cov>=3.0.0 "
49+ " pytest" ,
50+ " pytest-cov"
5151]
5252tut = [
5353 " jupyter" ,
@@ -56,16 +56,16 @@ tut = [
5656 " nbconvert" ,
5757]
5858dev = [
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 ]
You can’t perform that action at this time.
0 commit comments