Skip to content

Commit

Permalink
No need to install requirements/base.txt from RTD and tox docs pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Ubik De Simoni authored and mr-ubik committed Jan 21, 2020
1 parent ed965c4 commit 835a3ff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ formats: all
python:
version: 3.7
install:
- requirements: requirements/base.txt
- requirements: requirements/docs.txt
- method: pip
path: .
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
README = open("README.md").read()

# Requirements
INSTALL_REQUIREMENTS = ["tensorflow>=2.1.0", "tensorflow_hub"]
INSTALL_REQUIREMENTS = ["tensorflow", "tensorflow_hub"]

setup(
author_email=METADATA["email"],
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ commands = - flake8 src tests

[testenv:docs]
deps =
-rrequirements/base.txt
-rrequirements/docs.txt
m2r
commands =
Expand Down

0 comments on commit 835a3ff

Please sign in to comment.