Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Remove numpy of the setup.py
  • Loading branch information
pedrodiamel committed May 28, 2023
1 parent 15eeb41 commit 7897dff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import setuptools
from setuptools import setup, find_packages
from setuptools.extension import Extension
import numpy as np


def read(*names, **kwargs):
Expand Down

0 comments on commit 7897dff

Please sign in to comment.