bittensor icon indicating copy to clipboard operation
bittensor copied to clipboard

numpy version requirement while bittensor==8.0

Open wjurkowlaniec opened this issue 1 year ago • 1 comments

Describe the bug

When I want to have newest version of bittensor and tensorflow, I have clash of numpy requirement.

I can't have both installed in one project

To Reproduce

pip install tensorflow==2.17.0 bittensor==8.0

ERROR: Cannot install bittensor==8.0.0 and tensorflow==2.17.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    tensorflow 2.17.0 depends on numpy<2.0.0 and >=1.26.0; python_version >= "3.12"
    bittensor 8.0.0 depends on numpy~=2.0.1

Expected behavior

I should be able to install both.

I would suggest to lower version of numpy requirement, to at most 2.0.0

Screenshots

No response

Environment

OSX / Ubuntu

Additional context

No response

wjurkowlaniec avatar Oct 03 '24 09:10 wjurkowlaniec