We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f176a6b + 617fb07 commit 8de26ecCopy full SHA for 8de26ec
light-curve/pyproject.toml
@@ -34,17 +34,32 @@ test-no-bench = [
34
"pytest-benchmark", # We need it here because we use benchmark-specific command line options
35
"pytest-subtests>=0.10",
36
"iminuit>=2.21,<3",
37
- "numpy",
+ "numpy<2",
38
"scipy",
39
]
40
test = [
41
- "light-curve[test-no-bench]",
+ "pytest",
42
+ "markdown-pytest",
43
+ "pytest-benchmark",
44
+ "pytest-subtests>=0.10",
45
+ "iminuit>=2.21,<3",
46
47
+ "scipy",
48
"feets",
49
"joblib",
50
"pandas",
51
52
dev = [
- "light-curve[test]",
53
54
55
56
57
58
59
60
+ "feets",
61
+ "joblib",
62
+ "pandas",
63
"black",
64
"ruff",
65
0 commit comments