Skip to content

Commit

Permalink
Fix import by updating the requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 26, 2023
1 parent 0f2c6a9 commit 42d6688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions pyfileindex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
from . import _version

try:
from pyfileindex.pyfileindex import PyFileIndex
except ImportError:
pass
from pyfileindex.pyfileindex import PyFileIndex

__version__ = _version.get_versions()["version"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools"]
requires = ["numpy", "pandas", "scandir", "setuptools"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 42d6688

Please sign in to comment.