Skip to content

Commit

Permalink
more reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Dec 6, 2023
1 parent cad3187 commit 0967c79
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
1 change: 1 addition & 0 deletions requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
# to build the package
pybind11[global] == 2.11.1
cmake >= 3.27.2
setuptools_scm<8
18 changes: 2 additions & 16 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,8 @@
# and may require regenerating the .txt files.
-r build.txt
-r minimal_install_requirements.txt

#below are for building package
#and running tests
setuptools_scm<8
pytest
pytest-xdist
hypothesis==6.56.4
msprime ~= 1.2.0

# Docs
jupyter-book~=0.15.1
pydata-sphinx-theme==0.13.1
matplotlib
pandas
sphinx-issues
demesdraw~=0.4.0
-r tests.txt
-r docs.txt

#below are for formatting, linting,
#etc.
Expand Down
9 changes: 9 additions & 0 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Docs
jupyter-book~=0.15.1
pydata-sphinx-theme==0.13.1
matplotlib
msprime
pandas
sphinx-issues
demesdraw~=0.4.0

6 changes: 6 additions & 0 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#below are for building package
#and running tests
pytest
pytest-xdist
hypothesis==6.56.4
msprime ~= 1.2.0

0 comments on commit 0967c79

Please sign in to comment.