Currently conda installs extra packages numpy/scipy/matplotlib. They are not needed for PyORBIT core.
On the other hand #72 and #83 depend on numpy/scipy.
We probably want to cleanly run without numpy - requires some sort of try.. except around import xxxx_requiring_numpy
We also want to an optional requirement that installs numpy/scipy.
Also requirements.txt should be used only for development installation --no-build-isolation --editable