Skip to content

Commit 4c53d29

Browse files
committed
bump gustaf, funi version and desription
1 parent aa79bba commit 4c53d29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
{name="Jaewook Lee", email="jaewooklee042@gmail.com"},
99
]
1010
license = {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"
1212
keywords = ["bezier", "rational bezier", "bspline", "nurbs", "multi patch"]
1313
urls = {Homepage = "https://github.com/tataratat/splinepy"}
1414
classifiers=[
@@ -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'
2828
dynamic = ["version"]
2929

3030
[project.readme]
3131
file = "README.md"
3232
content-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]
3939
splinepy = "splinepy.cli:entry"

0 commit comments

Comments
 (0)