We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f086ae commit c952f74Copy full SHA for c952f74
CHANGELOG.md
@@ -8,6 +8,7 @@ and the versioning is mostly derived from [Semantic Versioning](https://semver.o
8
### Fixed
9
- Fix for duplicated logs.
10
- EBM now throws exception for multi-class (not supported yet).
11
+- Added requests as dependency.
12
### Changed
13
- File requirements.txt renamed to dev-requirements.txt
14
- Native libraries' names now start with 'lib_' prefix.
src/python/setup.py
@@ -106,6 +106,7 @@
106
"ipython>=7.4.0",
107
"numpy>=1.15.1",
108
"scipy>=1.2.1",
109
+ "requests>=2.19.0",
110
# Testing
111
"pytest>=4.3.0",
112
"pytest-runner>=4.4",
0 commit comments