Skip to content

Commit

Permalink
Add requests
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Nov 6, 2023
1 parent fd86de2 commit c13a97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def find_version():
requirements = ["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"]
setup_requirements = ["pytest-runner", "numpy", "requests"]
test_requirements = requirements + [
"pytest",
"coverage",
Expand Down

0 comments on commit c13a97e

Please sign in to comment.