Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Nov 6, 2023
1 parent c13a97e commit d006bf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ def find_version():


# Dependencies
requirements = ["numpy", "pandas", "scipy", "scikit-learn>=1.0.0", "matplotlib"]
requirements = ["requests", "numpy", "pandas", "scipy", "scikit-learn>=1.0.0", "matplotlib"]

# Optional Dependencies (only needed / downloaded for testing purposes, for instance to test against some other packages)
setup_requirements = ["pytest-runner", "numpy", "requests"]
setup_requirements = ["pytest-runner", "numpy"]
test_requirements = requirements + [
"pytest",
"coverage",
"bioread",
"mne[data]",
"mne",
"pyentrp",
"antropy",
"EntropyHub",
Expand Down

0 comments on commit d006bf4

Please sign in to comment.