Skip to content

Commit

Permalink
removing import no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Mar 25, 2021
1 parent 74ba833 commit 4b3c9a0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion biosimulators_pysces/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from biosimulators_utils.simulator.utils import get_algorithm_substitution_policy
from biosimulators_utils.simulator.warnings import AlgorithmSubstitutedWarning
import functools
import numpy
import os
cwd = os.getcwd() # because PySCeS changes the working directory
import pysces # noqa: E402
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
biosimulators_utils[logging] >= 0.1.43
numpy
pysces
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
biosimulators_utils[containers]
numpy
python_dateutil

0 comments on commit 4b3c9a0

Please sign in to comment.