Skip to content

Commit 2ee4944

Browse files
committed
Updated conda dependencies
1 parent a6843e2 commit 2ee4944

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.conda/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ build:
1515

1616
requirements:
1717
host:
18-
- python >=3.6,<3.8
18+
- python >=3.9
1919
run:
20-
- python >=3.6,<3.8
20+
- python >=3.9
2121
- statsmodels
2222
- numba
23-
- numpy
23+
- numpy =>1.23
2424
- pandas
2525
- pytest
2626
- pytest-xdist
2727
- scipy
28-
- estimagic =0.0.30
28+
- estimagic =>0.4.3
2929
- nlopt

0 commit comments

Comments
 (0)