Skip to content

Commit

Permalink
Update version and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Nov 15, 2019
1 parent 34c33d7 commit dc84844
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

six
enum34
SpiNNUtilities >= 1!5.0.1, < 1!6.0.0
SpiNNMachine >= 1!5.0.1, < 1!6.0.0
SpiNNStorageHandlers >= 1!5.0.1, < 1!6.0.0
SpiNNMan >= 1!5.0.1, < 1!6.0.0
SpiNNaker_PACMAN >= 1!5.0.1, < 1!6.0.0
SpiNNaker_DataSpecification >= 1!5.0.1, < 1!6.0.0
SpiNNUtilities >= 1!5.1.0, < 1!6.0.0
SpiNNMachine >= 1!5.1.0, < 1!6.0.0
SpiNNStorageHandlers >= 1!5.1.0, < 1!6.0.0
SpiNNMan >= 1!5.1.0, < 1!6.0.0
SpiNNaker_PACMAN >= 1!5.1.0, < 1!6.0.0
SpiNNaker_DataSpecification >= 1!5.1.0, < 1!6.0.0
spalloc >= 2.0.1, < 3.0.0
requests >= 2.4.1
scipy >= 0.16.0
Expand Down
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
],
packages=packages,
package_data=package_data,
install_requires=['SpiNNUtilities >= 1!5.0.1, < 1!6.0.0',
'SpiNNStorageHandlers >= 1!5.0.1, < 1!6.0.0',
'SpiNNMachine >= 1!5.0.1, < 1!6.0.0',
'SpiNNMan >= 1!5.0.1, < 1!6.0.0',
'SpiNNaker_PACMAN >= 1!5.0.1, < 1!6.0.0',
'SpiNNaker_DataSpecification >= 1!5.0.1, < 1!6.0.0',
install_requires=['SpiNNUtilities >= 1!5.1.0, < 1!6.0.0',
'SpiNNStorageHandlers >= 1!5.1.0, < 1!6.0.0',
'SpiNNMachine >= 1!5.1.0, < 1!6.0.0',
'SpiNNMan >= 1!5.1.0, < 1!6.0.0',
'SpiNNaker_PACMAN >= 1!5.1.0, < 1!6.0.0',
'SpiNNaker_DataSpecification >= 1!5.1.0, < 1!6.0.0',
'spalloc >= 2.0.1, < 3.0.0',
'requests >= 2.4.1',
'scipy >= 0.16.0',
Expand Down
6 changes: 3 additions & 3 deletions spinn_front_end_common/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "1!5.0.1"
__version_month__ = "August"
__version__ = "1!5.1.0"
__version_month__ = "November"
__version_year__ = "2019"
__version_day__ = "09"
__version_day__ = "15"
__version_name__ = "Liveware Problem"

0 comments on commit dc84844

Please sign in to comment.