We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4c0eed + c0058f4 commit 1453b00Copy full SHA for 1453b00
environment.yml
@@ -20,9 +20,10 @@ dependencies:
20
- tqdm
21
- hyp3lib
22
# For multimetric
23
- - pandas
24
- matplotlib
+ - pandas
25
- lmfit
26
+ - scipy
27
- scikit-image
28
# For packaging, and testing
29
- setuptools
pyproject.toml
@@ -32,9 +32,10 @@ dependencies = [
32
"burst2safe",
33
"tqdm",
34
"hyp3lib",
35
- "pandas",
36
"matplotlib",
+ "pandas",
37
"lmfit",
38
+ "scipy",
39
"scikit-image",
40
]
41
dynamic = ["version", "readme"]
0 commit comments