Skip to content

Commit 48e314f

Browse files
Merge pull request #58 from chrisjonesBSU/setup-file
clean up setup.py file for making conda-forge recipe
2 parents 2b37495 + 77b485f commit 48e314f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
REQUIRES_PYTHON = ">=3.8"
1313

1414
# What packages are required for this module to be executed?
15-
REQUIRED = ["mbuild", "numpy"]
16-
15+
REQUIRED = []
1716

1817
here = path.abspath(path.dirname(__file__))
1918

0 commit comments

Comments
 (0)