Skip to content

Commit

Permalink
remove dynd from print_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Dec 16, 2014
1 parent febda2c commit 6979277
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions blaze/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,11 @@ def print_versions():
"""Print all the versions of software that Blaze relies on."""
import sys, platform
import numpy as np
import dynd
import datashape
print("-=" * 38)
print("Blaze version: %s" % __version__)
print("Datashape version: %s" % datashape.__version__)
print("NumPy version: %s" % np.__version__)
print("DyND version: %s / LibDyND %s" %
(dynd.__version__, dynd.__libdynd_version__))
print("Python version: %s" % sys.version)
(sysname, nodename, release, version, machine, processor) = \
platform.uname()
Expand Down

0 comments on commit 6979277

Please sign in to comment.