Update requirements
Created by: jorana
What is the problem / what does the code in this PR do The problem is that we could not update the base environment because that used TF 2.2. This causes problems in the Position reconstruction, which is a known problem of TF2.2:
- https://github.com/tensorflow/tensorflow/issues/35934
- https://github.com/tensorflow/tensorflow/issues/38135
Here I also learned that the latest TF does not work well with less recent numba releases. Therefore these also need to be updated .
Iteration of versions Please see https://github.com/XENONnT/base_environment/pull/287 where we ran into this problem and solved it.