Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
Zybulon committed Feb 25, 2024
1 parent c08141b commit 7c6d880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pandas>=2.1.0
h5py
numpy
h5py
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# To use a consistent encoding
from codecs import open
from os import path
import numpy
from h5pandas import __version__

# The directory containing this file
HERE = path.abspath(path.dirname(__file__))
Expand All @@ -17,7 +15,7 @@
# This call to setup() does all the work
setup(
name="h5pandas",
version=str(__version__),
version="0.8",
description="Load hdf5 into Pandas DataFrame instantaneously",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7c6d880

Please sign in to comment.