The current requirements.txt suggests that you need numpy and scipy versions to be exactly 1.15.0 and 1.1.0, respectively. Shouldn't this be changed to the following? ``` numpy>=1.15.0 scipy>=1.1.0 ```