Skip to content

Commit

Permalink
streamline requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Dec 6, 2023
1 parent 58e14ae commit 4b019cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
10 changes: 1 addition & 9 deletions requirements/development.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
# NOTE: any pinning should also be coordinated
# with requirements.in and doc/requirements.in
# and may require regenerating the .txt files.
pybind11[global]==2.11.1
numpy
scipy
attrs
black
demes~=0.2.2
Deprecated
-r minimal_install_requirements.txt

#below are for building package
#and running tests
msprime~=1.0
tskit>=0.5.6
setuptools_scm<8
pytest
pytest-xdist
Expand Down
6 changes: 6 additions & 0 deletions requirements/minimal_install_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
black
attrs >= 20.3.0
demes == 0.2.2
tskit >= 0.5.6
scipy
Deprecated
7 changes: 1 addition & 6 deletions requirements/wheel_building_workflow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@
# requirements file needed to generate
# a successful wheel installation
# in the "test wheels" step of .github/workflows/wheels.yml
black
attrs >= 20.3.0
demes == 0.2.2
tskit >= 0.5.6
scipy
Deprecated
-r minimal_install_requirements.txt

0 comments on commit 4b019cf

Please sign in to comment.