Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move packaging and installation requirements to tests/requirements.txt #77

Merged
merged 3 commits into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 5 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# extra dependency required for testing
# for packaging and installation
#fortran-compiler # Fortran compiler across platforms through conda-forge channel
pip
setuptools_scm>=6.2
# for testing
matplotlib