Skip to content

Commit

Permalink
remove file requirement from install command (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored Jan 16, 2023
1 parent 1d94c11 commit 853b505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def task_install():
"""Installs all development requirements and light-the-torch in development mode"""
yield dict(
name="dev",
file_dep=[HERE / "requirements-dev.txt"],
actions=[
do(
"python -m pip install --upgrade --upgrade-strategy=eager",
Expand Down

0 comments on commit 853b505

Please sign in to comment.