From e6add78bd9f585673cfbb99342666f4a4e4d4940 Mon Sep 17 00:00:00 2001 From: astudillor Date: Wed, 26 Jun 2019 17:57:20 +0200 Subject: [PATCH] remove unused numpy import --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 76462c0..e2df636 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # *********************************************************************************** -# * Copyright 2010-2019 Paulo A. Herrera. All rights reserved. * +# * Copyright 2010-2019 Paulo A. Herrera. All rights reserved. * # * * # * Redistribution and use in source and binary forms, with or without * # * modification, are permitted provided that the following conditions are met: * @@ -29,7 +29,6 @@ #except ImportError: from distutils.core import setup -import numpy as np from src.version import PYEVTK_VERSION def readme(fname):