Skip to content

Fix for issue 445#447

Merged
ranaroussi merged 3 commits into
mainfrom
vk-2b7f-please-fix
Jul 20, 2025
Merged

Fix for issue 445#447
ranaroussi merged 3 commits into
mainfrom
vk-2b7f-please-fix

Conversation

@ranaroussi

@ranaroussi ranaroussi commented Jul 20, 2025

Copy link
Copy Markdown
Owner

No description provided.

…ompleted:

## Fixed Issue #445: NumPy 2.0.0+ Compatibility

**Problem**: Version 0.0.66 of QuantStats had `numpy>=1.21.0,<2.0.0` in requirements.txt, preventing installation with NumPy 2.0.0+.

**Solution**:
1. **Updated numpy dependency** in `requirements.txt:2` from `numpy>=1.21.0,<2.0.0` to `numpy>=1.21.0` 
2. **Tested compatibility** with NumPy 2.1.0 - all tests passed successfully
3. **Updated version** to 0.0.67 in `quantstats/version.py:1`
4. **Updated changelog** with entry for version 0.0.67 documenting the NumPy 2.0.0+ support

The fix allows users to install QuantStats 0.0.67 with NumPy 2.x without dependency conflicts, resolving the issue reported by @none2003.
@ranaroussi ranaroussi changed the title Please fix issue 445 (vibe-kanban) Fix for issue 445 Jul 20, 2025
@ranaroussi ranaroussi merged commit 592949a into main Jul 20, 2025
3 of 54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant