diff --git a/requirements.txt b/requirements.txt index 6cc9738..d973898 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/tests/requirements.txt b/tests/requirements.txt index 6f43c87..3bc459e 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -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