Skip to content

Commit

Permalink
update pyproject, make python in non-editable mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lu1and10 committed Aug 3, 2023
1 parent 0d4afe1 commit 7b6a0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ mex: $(STATICLIB)
#python
python: $(STATICLIB)
cd python && \
FMM_FLIBS='$(LIBS) $(OMPFLAGS)' $(PYTHON) -m pip install -e . --verbose
FMM_FLIBS='$(LIBS) $(OMPFLAGS)' $(PYTHON) -m pip install . --verbose
# FMM_FLIBS='$(LIBS) $(OMPFLAGS)' $(PYTHON) -m pip install -e . && \
# $(PYTHON) -m pytest test/ -s

Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["numpy"]
requires = ["setuptools", "numpy"]
build-backend = "setuptools.build_meta"

0 comments on commit 7b6a0ab

Please sign in to comment.