remove file requirement from install command (#112)

This commit is contained in:
Philip Meier
2023-01-16 11:35:28 +01:00
committed by GitHub
parent 1d94c11aa2
commit 853b50537b

View File

@@ -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",