Skip to content

Commit

Permalink
Merge branch 'flatironinstitute:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ahbarnett authored Aug 7, 2023
2 parents 4a8a03d + 7b6a0ab commit 8ba2bd1
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 8ba2bd1

Please sign in to comment.