Skip to content

Commit c952f74

Browse files
committed
Included requests as dependency.
1 parent 5f086ae commit c952f74

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and the versioning is mostly derived from [Semantic Versioning](https://semver.o
88
### Fixed
99
- Fix for duplicated logs.
1010
- EBM now throws exception for multi-class (not supported yet).
11+
- Added requests as dependency.
1112
### Changed
1213
- File requirements.txt renamed to dev-requirements.txt
1314
- Native libraries' names now start with 'lib_' prefix.

src/python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
"ipython>=7.4.0",
107107
"numpy>=1.15.1",
108108
"scipy>=1.2.1",
109+
"requests>=2.19.0",
109110
# Testing
110111
"pytest>=4.3.0",
111112
"pytest-runner>=4.4",

0 commit comments

Comments
 (0)