diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index 0e12c799..e4bd98ee 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -46,7 +46,7 @@ jobs: uses: ./support/actions/install-spinn-deps with: repositories: > - SpiNNUtils SpiNNMachine SpiNNMan PACMAN DataSpecification spalloc + SpiNNUtils SpiNNMachine SpiNNMan PACMAN spalloc SpiNNFrontEndCommon TestBase install: true - name: Install matplotlib @@ -100,7 +100,7 @@ jobs: uses: ./support/actions/install-spinn-deps with: repositories: > - SpiNNUtils SpiNNMachine SpiNNMan PACMAN DataSpecification spalloc + SpiNNUtils SpiNNMachine SpiNNMan PACMAN spalloc SpiNNFrontEndCommon TestBase install: true - name: Install matplotlib diff --git a/.ratexcludes b/.ratexcludes index 43c9bf55..4c20690a 100644 --- a/.ratexcludes +++ b/.ratexcludes @@ -4,7 +4,6 @@ **/SpiNNMachine/** **/SpiNNMan/** **/PACMAN/** -**/DataSpecification/** **/spalloc/** **/SpiNNFrontEndCommon/** **/modified_src/** diff --git a/doc/doc_requirements.txt b/doc/doc_requirements.txt index 60f1c4d3..b6274ebe 100644 --- a/doc/doc_requirements.txt +++ b/doc/doc_requirements.txt @@ -16,6 +16,5 @@ -e git+https://github.com/SpiNNakerManchester/SpiNNMachine.git@master#egg=SpiNNMachine -e git+https://github.com/SpiNNakerManchester/SpiNNMan.git@master#egg=spinnman -e git+https://github.com/SpiNNakerManchester/PACMAN.git@master#egg=spinnaker-pacman --e git+https://github.com/SpiNNakerManchester/DataSpecification.git@master#egg=spinnaker-dataspecification -e git+https://github.com/SpiNNakerManchester/spalloc.git@master#egg=spalloc -e git+https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon.git@master#egg=spinnfrontendcommon diff --git a/pypi_to_import b/pypi_to_import index c859ad4b..e29e0dc8 100644 --- a/pypi_to_import +++ b/pypi_to_import @@ -2,5 +2,4 @@ SpiNNUtilities:spinn_utilities SpiNNMachine:spinn_machine SpiNNMan:spinnman SpiNNaker_PACMAN:pacman -SpiNNaker_DataSpecification:data_specification SpiNNFrontEndCommon:spinn_front_end_common \ No newline at end of file