v0.1.1
v0.1.1
This release updates the package metadata to reflect officially supported versions of Python and core dependencies, ensuring better compatibility and more predictable behavior during installation.
✅ What's Changed
-
Updated Python version support:
python_requires='>=3.8,<3.12'
→ Official support for Python 3.8, 3.9, 3.10, and 3.11 -
Refined dependencies in
requirements.txt:pandas >= 1.4.0, <2.1numpy >= 1.21.0, <1.26.0
-
Added Python version classifiers in
setup.pyfor better compatibility indicators on PyPI
These changes help avoid installation issues due to incompatibilities with newer versions of numpy or pandas, and clarify which environments the package is tested against.