We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any chance this library could be updated to work with fresh Python and Pandas?
----> 1 from cyberpandas import IPArray File ~/.virtualenvs/work/lib/python3.12/site-packages/cyberpandas/__init__.py:10 8 from .ip_methods import ip_range 9 from .parser import to_ipaddress ---> 10 from .mac_array import MACType, MACArray 12 from pkg_resources import get_distribution, DistributionNotFound 13 try: File ~/.virtualenvs/work/lib/python3.12/site-packages/cyberpandas/mac_array.py:1 ----> 1 from collections import Iterable 3 import numpy as np 4 import six
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Any chance this library could be updated to work with fresh Python and Pandas?
The text was updated successfully, but these errors were encountered: