@@ -8,7 +8,7 @@ authors = [
88 {name =" Jaewook Lee" , email =" jaewooklee042@gmail.com" },
99]
1010license = {file = " LICENSE" }
11- description = " Process, analyze and visualize N-dim, N-degree splines "
11+ description = " Library for prototyping spline geometries of arbitrary dimensions and degrees, and IGA "
1212keywords = [" bezier" , " rational bezier" , " bspline" , " nurbs" , " multi patch" ]
1313urls = {Homepage = " https://github.com/tataratat/splinepy" }
1414classifiers =[
@@ -23,17 +23,17 @@ classifiers=[
2323 " Natural Language :: English" ,
2424 " Topic :: Scientific/Engineering" ,
2525]
26- dependencies = [" numpy" , " gustaf>=0.0.22 " ]
27- requires-python = ' >=3.7 '
26+ dependencies = [" numpy" , " gustaf>=0.0.25 " ]
27+ requires-python = ' >=3.8 '
2828dynamic = [" version" ]
2929
3030[project .readme ]
3131file = " README.md"
3232content-type = " text/markdown"
3333
3434[project .optional-dependencies ]
35- all = [" gustaf[all]>=0.0.22 " ]
36- test = [" funi>=0.0.1 " , " pytest" ]
35+ all = [" gustaf[all]>=0.0.25 " ]
36+ test = [" funi>=0.1.0 " , " pytest" ]
3737
3838[project .scripts ]
3939splinepy = " splinepy.cli:entry"
0 commit comments