SpiNNakerManchester / SpiNNakerManchester.github.io

Organization Pages, Documentation and Issues
http://spinnakermanchester.github.io/
Apache License 2.0
12 stars 7 forks source link

dependency check #40

Open Christian-B opened 3 years ago

Christian-B commented 3 years ago

https://spinnakermanchester.github.io/development/devenv6.0.html

List as dependencies rig future futures six enum34 enum-compat tzlocal

as do many of our requirements.txt

There are so stragglers in code such as from future import print_function from six import add_metaclass

Christian-B commented 3 years ago

neo>=0.5.2,< 0.7.0 in doc while neo >= 0.5.2, < 0.10.0 in requirements

rowleya commented 3 years ago

I think if you do python setup.py develop in each repository, you shouldn't need to pre-install dependencies, so maybe the docs should just remove this.