Skip to content

Commit

Permalink
remove dependency on intervaltree (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen authored Dec 5, 2023
1 parent cacaabf commit 6e68314
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion requirements/conda_minimal_deps.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
intervaltree
pybind11==2.11.1
numpy
scipy
Expand Down
1 change: 0 additions & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# with requirements.in and doc/requirements.in
# and may require regenerating the .txt files.
pybind11[global]==2.11.1
intervaltree
numpy
scipy
attrs
Expand Down
1 change: 0 additions & 1 deletion requirements/wheel_building_workflow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# a successful wheel installation
# in the "test wheels" step of .github/workflows/wheels.yml
black
intervaltree
attrs >= 20.3.0
demes == 0.2.2
tskit >= 0.5.6
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ python_requires = >=3.8, <3.13
install_requires =
attrs >= 20.3.0
black
intervaltree
numpy
scipy
tskit >= 0.5.6
Expand Down

0 comments on commit 6e68314

Please sign in to comment.