main-educational / brain_encoding_decoding

A jupyter book on brain decoding using functional magnetic resonance imaging
https://main-educational.github.io/brain_encoding_decoding/intro.html
MIT License
8 stars 11 forks source link

update pytorch to 1.13.0 to fix build/env error #17

Closed PeerHerholz closed 1 year ago

PeerHerholz commented 1 year ago

The build workflow was failing because the environment could not be created. The reason, apparently, was the pytorch version which was updated from 1.11.0 to 1.13.0 to address this. Chances are this changes again based on the tutorials but for now at least the jupyter-book/site should be building.

bthirion commented 1 year ago

Thx ! Works better .... byt I still have the following error on a fresh ubuntu 22.04: ERROR: No matching distribution found for tensorflow==2.6.2

(Python 3.10)

bthirion commented 1 year ago

Solved with tensoflow == 2.8.2, keras == 2.8.0, numpy == 1.20 + a few more tweaks... I can open a PR

PeerHerholz commented 1 year ago

I did my local testing with Python 3.8 but I think this should be compatible, a PR would be great!