Skip to content

Commit

Permalink
upd pytest in conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dominik committed Mar 15, 2023
1 parent f896ede commit 055b2c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ outputs:
- pytest.ini

requires:
- pytest >=3,<4
- pytest >4
- pytest-qt
- volumina
- tiktorch
Expand Down Expand Up @@ -117,7 +117,7 @@ outputs:
- pytest.ini

requires:
- pytest >=3,<4
- pytest >4
- pytest-qt
# need to help mamba here a bit
- ilastik-pytorch-version-helper-cpu
Expand Down Expand Up @@ -167,7 +167,7 @@ outputs:
- pytest.ini

requires:
- pytest >=3,<4
- pytest >4
- pytest-qt
- pytorch 1.9.*
- cudatoolkit 11.1.*
Expand Down

0 comments on commit 055b2c4

Please sign in to comment.