Skip to content

Commit

Permalink
add conda dependencies that give ClobberWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Apr 7, 2024
1 parent 6f6d129 commit eaab62c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .conda.tensorflow/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,24 @@ requirements:
- python=3.7
- numpy
- h5py
- protobuf # 3.20.3 is what pip pulls in
- certifi # 2024.2.28 is what pip pulls in
- importlib-metadata # 6.7.0 is what pip pulls in
- six # 1.16.0 is what pip pulls in
- typing-extensions # 4.7.1 is what pip pulls in
- zipp # 3.15.0 is what pip pulls in
- pip

run:
- python=3.7
- numpy
- h5py
- protobuf
- certifi
- importlib-metadata
- six
- typing-extensions
- zipp
- pip

test:
Expand Down

0 comments on commit eaab62c

Please sign in to comment.