Skip to content

Commit

Permalink
Adjust requirements.txt (#704)
Browse files Browse the repository at this point in the history
* first distribute

* finalized lists
  • Loading branch information
negvet committed May 21, 2021
1 parent a882581 commit d43b6d6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
6 changes: 6 additions & 0 deletions beta/examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
absl-py==0.10
tensorflow_datasets==4.2.0
tensorflow_hub
tensorflow_addons==0.12.0
opencv-python
git+https://github.com/alexsu52/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI
16 changes: 2 additions & 14 deletions beta/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
absl-py==0.10
tensorflow==2.4.0
jsonschema==3.2.0
addict
networkx
tensorflow==2.4.0
tensorflow_datasets==4.2.0
tensorflow_addons==0.12.0
tensorflow_hub
texttable
opencv-python
pytest
pytest-mock
pytest-dependency
jsonschema==3.2.0
pydot
yattag>=1.14.0
prettytable>=2.0.0
scipy>=1.3.2
git+https://github.com/alexsu52/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI
9 changes: 8 additions & 1 deletion beta/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
PyYAML
PyYAML
tensorflow_addons==0.12.0
pytest
pytest-mock
pytest-dependency
yattag>=1.14.0
prettytable>=2.0.0
pydot

0 comments on commit d43b6d6

Please sign in to comment.