nest / nest-simulator

The NEST simulator
http://www.nest-simulator.org
GNU General Public License v2.0
535 stars 361 forks source link

Version of dependencies/tools used by Travis #682

Closed mschmidt87 closed 5 years ago

mschmidt87 commented 7 years ago

This is a follow-up issue from the discussion in #680 suggested by @heplesser .

The initial reason to open this was the numpy version used by travis, which was not the latest release version of numpy (1.12.0) and so travis did not detect the but reported in #680. As @heplesser noted, we should discuss which version of packages travis should take into account for the tests.

Travis should test for the latest versions of packages, but also take older versions into account. The reason is that people might use e.g. the LTS version of Ubuntu and clusters/supercomputers tend to follow a more conservative strategy in updating packages. So, we should agree on a vector of versions for the principal dependencies of NEST.

heplesser commented 7 years ago

To keep complexity limited, I would propose that we have

heplesser commented 5 years ago

Closing since problems of this type are exceedingly rare.