We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201587a commit 5989ba1Copy full SHA for 5989ba1
makefile
@@ -130,7 +130,7 @@ $(ENV):
130
@echo "#### Creating Python Vertual Enviroment [ $(ENV) ] ####"
131
@test -d $(ENV) || $(ext_py) -m venv $(ENV)
132
@$(PIP) install -e backend/
133
- @$(PIP) install -U pip setuptools ray==2.9.0
+ @$(PIP) install -U pip setuptools wheel ray==2.9.0
134
135
136
requirements: $(ENV)
0 commit comments