Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Dec 26, 2022
1 parent c07978d commit 5e94024
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions recipes/keras-nlp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,18 @@ build:

requirements:
host:
- python
- python >=3.7
- pip
run:
- python
- python >=3.7
- absl-py
- numpy
- packaging
- tensorflow # [not osx]
- tensorflow >=2.0 # [not osx]

test:
imports:
- examples
commands:
- pip check
requires:
- pip

about:
home: https://keras.io/examples/nlp/
Expand Down

0 comments on commit 5e94024

Please sign in to comment.