Skip to content

Commit

Permalink
Merge pull request #65 from daikitag/speed-up
Browse files Browse the repository at this point in the history
Speed up
  • Loading branch information
jeromekelleher authored Aug 22, 2023
2 parents 1ce75ac + 83f2d6c commit 0b878f8
Show file tree
Hide file tree
Showing 16 changed files with 1,143 additions and 528 deletions.
2 changes: 1 addition & 1 deletion requirements/CI-complete/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pandas
pytest==6.2.5
pytest-cov==3.0.0
scipy
tskit==0.5.3
tskit>=0.5.5
2 changes: 1 addition & 1 deletion requirements/CI-tests-pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ numba
numpy
pandas
scipy
tskit==0.5.3
tskit>=0.5.5
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ keywords =
packages = tstrait
python_requires = >=3.8
install_requires =
numpy
numpy>=1.20.3
numba>=0.57.0
pandas
pandas>=1.0
tskit>=0.5.5
setup_requires =
setuptools_scm
Expand Down
1 change: 1 addition & 0 deletions tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ def test_non_decreasing(self):
_check_non_decreasing([0, 1, 0], "array")

_check_non_decreasing([0, 0, 1, 1, 4], "array")
_check_non_decreasing([0], "array")
Loading

0 comments on commit 0b878f8

Please sign in to comment.