We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8215fe4 commit 1677226Copy full SHA for 1677226
2 files changed
meta.yaml
@@ -29,7 +29,7 @@ requirements:
29
- matplotlib-base
30
- numpy >=1.20
31
- pandas
32
- - pymatsolver >=0.2.0, <0.3.0
+ - pymatsolver >=0.3.0, <0.4.dev
33
- scikit-learn >=1.2
34
- scipy >=1.8.0
35
run_constrained:
pyproject.toml
@@ -24,7 +24,7 @@ dependencies = [
24
"matplotlib",
25
"numpy>=1.20",
26
"pandas",
27
- "pymatsolver>=0.2, <0.3.0",
+ "pymatsolver>=0.3, <0.4.dev",
28
"scikit-learn>=1.2",
"scipy>=1.8.0",
]
0 commit comments