I noticed when I installed bizdays it triggered a numpy downgrade:
- numpy==2.0.0
+ numpy==1.26.4
The current pyproject.toml specifies numpy 1.x. It might be better to remove this entirely and then just pull in the numpy version corresponding to pandas 2.x:
I noticed when I installed bizdays it triggered a numpy downgrade:
The current pyproject.toml specifies numpy 1.x. It might be better to remove this entirely and then just pull in the numpy version corresponding to pandas 2.x: