Skip to content

Commit fcc1933

Browse files
craymichaelfacebook-github-bot
authored andcommitted
Update conda build file with required build and run dependencies (#1506)
Summary: `setuptools` is no longer an automatically included dependency of any `host` packages, so it needs to be included. `run` needs to be updated with additional new baseline dependencies of captum as well. Pull Request resolved: #1506 Reviewed By: cyrjano Differential Revision: D69836121 Pulled By: craymichael fbshipit-source-id: 6ed3c1f7f67f74bb2877a5f84faf4028894abe95
1 parent 2bf8729 commit fcc1933

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.conda/meta.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ build:
1414
requirements:
1515
host:
1616
- python>=3.9
17+
- setuptools
1718
run:
1819
- numpy<2.0
1920
- pytorch>=1.10
2021
- matplotlib-base
22+
- tqdm
23+
- packaging
2124

2225
test:
2326
imports:

0 commit comments

Comments
 (0)