Skip to content

Commit

Permalink
Added missing requests library in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Mar 12, 2020
1 parent 44d28b0 commit fd3fd9d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

Version 0.3.2
=============

- added missing ``requests`` library in dependencies

Version 0.3.2
=============
- some fixes in usage documentation
Expand Down
1 change: 1 addition & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- python=3.7
- numpy
- scipy
- requests
- pandas
- r-base
- rpy2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ package_dir =
# DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD!
setup_requires = pyscaffold>=3.2a0,<3.3a0
# Add here dependencies of your project (semicolon/line-separated), e.g.
install_requires = numpy; pyarrow; pandas>=0.23; scikit-learn; causalml; rpy2; pygam
install_requires = numpy; pyarrow; pandas>=0.23; scikit-learn; requests; causalml; rpy2; pygam
python_requires = >=3.6

[options.packages.find]
Expand Down

0 comments on commit fd3fd9d

Please sign in to comment.