Skip to content

Commit

Permalink
TVB-3051 Remove requests from library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Nov 11, 2022
1 parent d427599 commit f78861c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvb_library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
LIBRARY_TEAM = "Marmaduke Woodman, Stuart Knock, Paula Sanz Leon, Viktor Jirsa"

LIBRARY_REQUIRED_PACKAGES = ["autopep8", "Deprecated", "ipywidgets", "lxml", "mako>=1.1.4", "matplotlib",
"networkx", "numba", "numexpr", "numpy", "pylems", "requests", "scipy", "six"]
"networkx", "numba", "numexpr", "numpy", "pylems", "scipy", "six"]

LIBRARY_REQUIRED_EXTRA = ["h5py", "pytest", "pytest-benchmark", "pytest-xdist", "tvb-gdist", "tvb-data"]

Expand Down

0 comments on commit f78861c

Please sign in to comment.