Skip to content

Commit

Permalink
Merge pull request #58 from chrisjonesBSU/setup-file
Browse files Browse the repository at this point in the history
clean up setup.py file for making conda-forge recipe
  • Loading branch information
chrisjonesBSU authored Nov 13, 2023
2 parents 2b37495 + 77b485f commit 48e314f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
REQUIRES_PYTHON = ">=3.8"

# What packages are required for this module to be executed?
REQUIRED = ["mbuild", "numpy"]

REQUIRED = []

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

Expand Down

0 comments on commit 48e314f

Please sign in to comment.