nestauk/old_nesta_daps

Bump luigi version to avoid tornado dependency conflict

bishax opened this issue · 0 comments

  • data-getters depends on nesta
  • nesta dependes on luigi==2.8.6
  • luigi 2.8.6 depends on tornado<5

BUT any modern notebook tooling requires tornado>5

Solution: bump luigi to 3.0.2 which fixed this issue with tornado spotify/luigi#2949