open-ce / pytorch-feedstock

Apache License 2.0
5 stars 11 forks source link

update to remove dependencies that are needed by tests #48

Closed cdeepali closed 3 years ago

cdeepali commented 3 years ago

Checklist before submitting

Description

Fixes https://github.com/open-ce/pytorch-feedstock/issues/45.

Review process to land

  1. All tests and other checks must succeed.
  2. At least one maintainer must review and approve.
  3. If any maintainer requests changes, they must be addressed.
cdeepali commented 3 years ago

Removed the following from run time dependencies:

Also removed absl-py as it is not a direct requirement for pytorch, it is needed by tensorboard and is a dependency there. https://github.com/open-ce/tensorboard-feedstock/blob/main/recipe/meta.yaml#L34