Skip to content

Commit

Permalink
Merge pull request #418 from SpiNNakerManchester/numpy_from_utils
Browse files Browse the repository at this point in the history
SpinUtils imports numpy so no need to repeat complicated here
  • Loading branch information
rowleya committed Jan 18, 2022
2 parents 070e3f7 + 6f21397 commit b01044a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

numpy > 1.13, < 1.20; python_version == '3.6'
numpy > 1.13, < 1.21; python_version == '3.7'
numpy; python_version >= '3.8'
future
lxml
jsonschema < 4.4; python_version == '3.6'
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@
install_requires=[
'SpiNNUtilities == 1!6.0.1',
'SpiNNMachine == 1!6.0.1',
"numpy > 1.13, < 1.20; python_version == '3.6'",
"numpy > 1.13, < 1.21; python_version == '3.7'",
"numpy; python_version >= '3.8'",
'lxml',
"jsonschema < 4.4; python_version == '3.6'",
"jsonschema; python_version >= '3.7'",
Expand Down

0 comments on commit b01044a

Please sign in to comment.