Skip to content

Commit 1677226

Browse files
committed
use pymatsolver 0.3
1 parent 8215fe4 commit 1677226

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ requirements:
2929
- matplotlib-base
3030
- numpy >=1.20
3131
- pandas
32-
- pymatsolver >=0.2.0, <0.3.0
32+
- pymatsolver >=0.3.0, <0.4.dev
3333
- scikit-learn >=1.2
3434
- scipy >=1.8.0
3535
run_constrained:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"matplotlib",
2525
"numpy>=1.20",
2626
"pandas",
27-
"pymatsolver>=0.2, <0.3.0",
27+
"pymatsolver>=0.3, <0.4.dev",
2828
"scikit-learn>=1.2",
2929
"scipy>=1.8.0",
3030
]

0 commit comments

Comments
 (0)