opentensor / validators

Repository for bittensor validators
https://www.bittensor.com/
MIT License
14 stars 9 forks source link

[hotfix] bump datasets pin to fix python compat #109

Closed ifrit98 closed 1 year ago

ifrit98 commented 1 year ago

This fixes a new issue (3 days old) with python updating multiprocessing for python 3.11 support. Borks all fresh python (any version) installs of bittensor as datasets was pinned at a lower version.

Does 2 things:

See bittensor release 5.2.1 https://github.com/opentensor/bittensor/pull/1468