Skip to content

Commit 9d4785b

Browse files
committed
Revert "chore: apply lints to multiprocessingpandas recipe"
This leads to unsolvable dependencies, as the runtime environment needs an older python version. This reverts commit c8eb463.
1 parent c8eb463 commit 9d4785b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

recipes/multiprocesspandas/meta.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ build:
1818

1919
requirements:
2020
host:
21-
- python {{ python_min }}
21+
- python >=3.7
2222
- pip
2323
- setuptools
2424
run:
25-
- python >={{ python_min }}
25+
- python >=3.7
2626
- multiprocess ==0.70.11.1
2727
- pandas
2828
- tqdm
@@ -34,7 +34,6 @@ test:
3434
commands:
3535
- pip check
3636
requires:
37-
- python {{ python_min }}
3837
- pip
3938

4039
about:

0 commit comments

Comments
 (0)