We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68a2ef commit f2eb4f9Copy full SHA for f2eb4f9
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "bicfit"
3
-version = "0.2.0"
+version = "0.3.3"
4
description = "General purpose exponential function fitting"
5
keywords = ["fit", "numerics"]
6
authors = [
@@ -20,9 +20,9 @@ dependencies = [
20
requires = ["uv_build >= 0.8.17, <0.9.0"]
21
build-backend = "uv_build"
22
23
-[project.optional-dependencies]
+[dependency-groups]
24
dev = [
25
- "ruff>=0.8",
+ "ruff>=0.15.0",
26
"pytest>=8.0",
27
"pytest-ordering",
28
"pytest-sugar",
0 commit comments