Skip to content

Commit def2c46

Browse files
authored
Add common template for requirements.txt for all templates (#288)
1 parent a333ebe commit def2c46

File tree

4 files changed

+4
-71
lines changed

4 files changed

+4
-71
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
torch>=1.10.2
2-
torchvision>=0.11.3
3-
pytorch-ignite>=0.4.8
4-
pyyaml
51
transformers
62
datasets
7-
8-
#::: if (['neptune', 'polyaxon'].includes(it.logger)) { :::#
9-
10-
#:::= it.logger + '-client' :::#
11-
12-
#::: } else { :::#
13-
14-
#:::= it.logger :::#
15-
16-
#::: } :::#
17-
18-
#::: if (it.include_test) { :::#
19-
pytest
20-
#::: } :::#
3+
#::= from_template_common ::#
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,2 @@
1-
torch>=1.10.2
2-
torchvision>=0.11.3
3-
pytorch-ignite>=0.4.8
4-
pyyaml
1+
#::= from_template_common ::#
52

6-
#::: if (['neptune', 'polyaxon'].includes(it.logger)) { :::#
7-
8-
#:::= it.logger + '-client' :::#
9-
10-
#::: } else { :::#
11-
12-
#:::= it.logger :::#
13-
14-
#::: } :::#
15-
16-
#::: if (it.include_test) { :::#
17-
pytest
18-
#::: } :::#
Original file line numberDiff line numberDiff line change
@@ -1,18 +1 @@
1-
torch>=1.10.2
2-
torchvision>=0.11.3
3-
pytorch-ignite>=0.4.8
4-
pyyaml
5-
6-
#::: if (['neptune', 'polyaxon'].includes(it.logger)) { :::#
7-
8-
#:::= it.logger + '-client' :::#
9-
10-
#::: } else { :::#
11-
12-
#:::= it.logger :::#
13-
14-
#::: } :::#
15-
16-
#::: if (it.include_test) { :::#
17-
pytest
18-
#::: } :::#
1+
#::= from_template_common ::#
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
torch>=1.10.2
2-
torchvision>=0.11.3
3-
pytorch-ignite>=0.4.8
4-
pyyaml
51
albumentations>=1.3.0
62
image_dataset_viz
7-
8-
#::: if (['neptune', 'polyaxon'].includes(it.logger)) { :::#
9-
10-
#:::= it.logger + '-client' :::#
11-
12-
#::: } else { :::#
13-
14-
#:::= it.logger :::#
15-
16-
#::: } :::#
17-
18-
#::: if (it.include_test) { :::#
19-
pytest
20-
#::: } :::#
3+
#::= from_template_common ::#

0 commit comments

Comments
 (0)