Skip to content

Commit

Permalink
Cleanup Unused Test Dependencies (#1810)
Browse files Browse the repository at this point in the history
* Move torch/tensorflow dependency to extra install from dataloader

* Remove numpy dependency from test requirements (from merlin-core)

* Remove unused Markdown dependency from test requirements

* Remove unused flask/moto/boto3 dependencies from test requirements

* Remove unused ipython_genutils from test requirements

* Install Merlin Core stable to check this works

* Revert "Install Merlin Core stable to check this works"

This reverts commit d49e46e.

* Remove stable reference from merlin-models
  • Loading branch information
oliverholworthy authored May 2, 2023
1 parent b1fad2a commit 6d528a9
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ pybind11

tritonclient[all]
torch
tensorflow-cpu
numpy==1.20.3
Markdown==3.3.7

pytest>=5
pytest-cov>=2
Expand All @@ -20,18 +17,13 @@ ipykernel
pytest-xdist
s3fs>=2021.4
aiobotocore>=1.3.3
flask
flask-cors
moto>=2
boto3==1.17

# needed to generate synthetic data
merlin-models@git+https://github.com/NVIDIA-Merlin/models.git
# required for synthetic data `merlin.datasets` and notebook tests using merlin models
merlin-models[tensorflow]@git+https://github.com/NVIDIA-Merlin/models.git

# needed to run notebook tests
nest-asyncio
scikit-learn>=0.20
graphviz>=0.16
# ipython_genutils


0 comments on commit 6d528a9

Please sign in to comment.