Skip to content

Commit

Permalink
Generate requirements.txt from Python spec (apache#7289)
Browse files Browse the repository at this point in the history
* Generate requirements.txt from Python spec.

* add tests, collect actual requirements (first cut).

* add tornado and cloudpickle

* add xgboost

* add xgboost version restriction

* cleanup and prepare for merge

* black format

* add type annotations and docstrings

* remove example requirements.txt

* fix setup.py extras_require

* use typing. classes for type annotations, python 2 compatible :)

* fix python2 typing.Pattern

* retrigger CI

* address comaniac comments

* retrigger ci
  • Loading branch information
areusch authored and Lokiiiiii committed Mar 1, 2021
1 parent a8674ac commit ef3d00f
Show file tree
Hide file tree
Showing 4 changed files with 850 additions and 26 deletions.
1 change: 1 addition & 0 deletions python/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build
dist
*.cpp
requirements/*.txt
Loading

0 comments on commit ef3d00f

Please sign in to comment.