|
25 | 25 | assert __version__ |
26 | 26 |
|
27 | 27 | install_requires = [ |
28 | | - 'SpiNNUtilities >= 1!4.0.1, < 1!5.0.0', |
29 | | - 'SpiNNStorageHandlers >= 1!4.0.1, < 1!5.0.0', |
30 | | - 'SpiNNMachine >= 1!4.0.1, < 1!5.0.0', |
31 | | - 'SpiNNMan >= 1!4.0.1, < 1!5.0.0', |
32 | | - 'SpiNNaker_PACMAN >= 1!4.0.1, < 1!5.0.0', |
33 | | - 'SpiNNaker_DataSpecification >= 1!4.0.1, < 1!5.0.0', |
34 | | - 'spalloc >= 1.0.1, < 2.0.0', |
35 | | - 'SpiNNFrontEndCommon >= 1!4.0.1, < 1!5.0.0', |
| 28 | + 'SpiNNUtilities >= 1!5.0.0, < 1!6.0.0', |
| 29 | + 'SpiNNStorageHandlers >= 1!5.0.0, < 1!6.0.0', |
| 30 | + 'SpiNNMachine >= 1!5.0.0, < 1!6.0.0', |
| 31 | + 'SpiNNMan >= 1!5.0.0, < 1!6.0.0', |
| 32 | + 'SpiNNaker_PACMAN >= 1!5.0.0, < 1!6.0.0', |
| 33 | + 'SpiNNaker_DataSpecification >= 1!5.0.0, < 1!6.0.0', |
| 34 | + 'spalloc >= 2.0.0, < 3.0.0', |
| 35 | + 'SpiNNFrontEndCommon >= 1!5.0.0, < 1!6.0.0', |
36 | 36 | 'numpy', 'lxml', 'six'] |
37 | 37 | if os.environ.get('READTHEDOCS', None) != 'True': |
38 | 38 |
|
|
0 commit comments