We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5cf871 commit a00fa07Copy full SHA for a00fa07
Makefile
@@ -90,6 +90,7 @@ pip-install: ## Install pinned depdencies from requirements.txt
90
$(PYTHON) -m pip install --upgrade pip hatchling wheel
91
$(PYTHON) -m pip install -r requirements-dev.txt -e .
92
$(PYTHON) -m pip install \
93
+ --no-build-isolation \
94
'git+https://github.com/alexfikl/PyWENO.git@numpy-2.0#egg=PyWENO'
95
.PHONY: pip-install
96
0 commit comments