Skip to content

Commit

Permalink
Included requests as dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
interpret-ml committed Jul 16, 2019
1 parent 5f086ae commit c952f74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and the versioning is mostly derived from [Semantic Versioning](https://semver.o
### Fixed
- Fix for duplicated logs.
- EBM now throws exception for multi-class (not supported yet).
- Added requests as dependency.
### Changed
- File requirements.txt renamed to dev-requirements.txt
- Native libraries' names now start with 'lib_' prefix.
Expand Down
1 change: 1 addition & 0 deletions src/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"ipython>=7.4.0",
"numpy>=1.15.1",
"scipy>=1.2.1",
"requests>=2.19.0",
# Testing
"pytest>=4.3.0",
"pytest-runner>=4.4",
Expand Down

0 comments on commit c952f74

Please sign in to comment.