Skip to content

Commit

Permalink
Updated version and packages for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Mar 17, 2015
1 parent 728babb commit dba4acf
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@

setup(
name="SpiNNaker_PACMAN",
version="2015.003-alpha-01",
version="2015.003-alpha-02",
description="Partition and Configuration Manager",
url="https://github.com/SpiNNakerManchester/PACMAN",
license="GNU GPLv3.0",
packages=['pacman',
'pacman.model',
'pacman.model.abstract_classes',
'pacman.model.constraints',
'pacman.model.constraints.abstract_constraints',
'pacman.model.constraints.key_allocator_constraints',
'pacman.model.constraints.partitioner_constraints',
'pacman.model.constraints.placer_constraints',
'pacman.model.constraints.tag_allocator_constraints',
'pacman.model.constraints.utility_constraints',
'pacman.model.graph_mapper',
'pacman.model.partitionable_graph',
Expand All @@ -24,14 +26,17 @@
'pacman.model.resources',
'pacman.model.routing_info',
'pacman.model.routing_tables',
'pacman.model.tags',
'pacman.operations',
'pacman.operations.abstract_algorithms',
'pacman.operations.tag_allocator_algorithms',
'pacman.operations.partition_algorithms',
'pacman.operations.placer_algorithms',
'pacman.operations.router_algorithms',
'pacman.operations.router_check_functionality',
'pacman.operations.routing_info_allocator_algorithms',
'pacman.operations.routing_info_allocator_algorithms.malloc_based_routing_allocator',
'pacman.operations.tag_allocator_algorithms',
'pacman.utilities'],
install_requires=['six', 'enum34', 'SpiNNMachine >= 2015.002']
install_requires=['six', 'enum34', 'numpy',
'SpiNNMachine >= 2015.003-alpha-01']
)

0 comments on commit dba4acf

Please sign in to comment.