Skip to content

Commit

Permalink
rm pylab
Browse files Browse the repository at this point in the history
  • Loading branch information
Marmaduke Woodman committed Sep 3, 2024
1 parent 15c29bd commit b6bedbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: install tools and dependencies
run: python3 -m pip install -U setuptools pip wheel pytest
run: python3 -m pip install -U setuptools pip wheel pytest scipy

- name: build
run: cd tvb_kernels; pip install .
Expand Down
2 changes: 0 additions & 2 deletions tvb_kernels/test_nodes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import pylab as pl
import time
import numpy as np
import scipy.sparse
import enum
Expand Down

0 comments on commit b6bedbb

Please sign in to comment.