You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,11 @@ pip-compile: ## Compile requirements.txt from se
47
47
48
48
pip-install: ## Install dependencies into current environment
49
49
pip install -r requirements-dev.txt
50
+
pip install -e .\[losses_utils\]
50
51
51
52
pip-sync: ## Update your conda/virtual environment to reflect exactly (this will install/upgrade/uninstall everything necessary) what's in requirements.txt
52
53
pip-sync
53
54
54
55
pip-sync-dev: pip-sync pip-install ## Update your conda/virtual environment to reflect exactly what's in requirements.txt, and then install the dev requirements.
55
-
pip install .\[losses_utils\]
56
56
57
57
test-all: clean lint coverage-with-report ## Run all checks
0 commit comments