Skip to content

Commit

Permalink
move packaging and installation requirements to tests/requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Nov 30, 2023
1 parent 7102bff commit 7f8092f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# for running
numpy
scipy
# for packaging and installation
#fortran-compiler # Fortran compiler across platforms through conda-forge channel
pip
setuptools
setuptools_scm
wheel
6 changes: 6 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# for packaging and installation
#fortran-compiler # Fortran compiler across platforms through conda-forge channel
pip
setuptools
setuptools_scm
wheel
# extra dependency required for testing
matplotlib

0 comments on commit 7f8092f

Please sign in to comment.