Skip to content

Commit

Permalink
Merge pull request #270 from jdebacker/meta
Browse files Browse the repository at this point in the history
Update yaml to include paramtools
  • Loading branch information
jdebacker authored Jun 28, 2019
2 parents fcab4b7 + 76dda46 commit 1e63559
Show file tree
Hide file tree
Showing 11 changed files with 1,122 additions and 1,120 deletions.
14 changes: 7 additions & 7 deletions ccc/default_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@
},
{
"year": 2019,
"value": 0.20114185
"value": 0.20128342
},
{
"year": 2020,
Expand Down Expand Up @@ -1035,7 +1035,7 @@
},
{
"year": 2019,
"value": 0.18973438
"value": 0.18975272
},
{
"year": 2020,
Expand Down Expand Up @@ -1105,7 +1105,7 @@
},
{
"year": 2019,
"value": 0.31369886
"value": 0.3138916
},
{
"year": 2020,
Expand Down Expand Up @@ -1175,7 +1175,7 @@
},
{
"year": 2019,
"value": 0.29392906
"value": 0.2939649
},
{
"year": 2020,
Expand Down Expand Up @@ -1245,7 +1245,7 @@
},
{
"year": 2019,
"value": 0.19055012
"value": 0.19058666
},
{
"year": 2020,
Expand Down Expand Up @@ -1333,7 +1333,7 @@
},
{
"year": 2019,
"value": 0.21970871
"value": 0.21974035
},
{
"year": 2020,
Expand Down Expand Up @@ -1403,7 +1403,7 @@
},
{
"year": 2019,
"value": 0.0443736
"value": 0.04435847
},
{
"year": 2020,
Expand Down
2 changes: 1 addition & 1 deletion ccc/tests/run_ccc_asset_output.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ccc/tests/run_ccc_industry_output.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ source:
requirements:
build:
- python
- "taxcalc>=2.1.0"
- "taxcalc>=2.4.2"
- "paramtools>=0.7.1"
- setuptools
- xlrd

run:
- python
- "taxcalc>=2.1.0"
- "taxcalc>=2.4.0"
- setuptools
- "paramtools>=0.7.1"
- xlrd

about:
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ channels:
- conda-forge
dependencies:
- python
- taxcalc
- "taxcalc>=2.4.2"
- "paramtools>=0.7.1"
- setuptools
- pip
- xlrd
Expand All @@ -14,4 +15,3 @@ dependencies:
- pycodestyle
- pylint
- coverage
- paramtools
456 changes: 228 additions & 228 deletions example_output/baseline_byasset_expected.csv

Large diffs are not rendered by default.

308 changes: 154 additions & 154 deletions example_output/baseline_byindustry_expected.csv

Large diffs are not rendered by default.

384 changes: 192 additions & 192 deletions example_output/changed_byasset_expected.csv

Large diffs are not rendered by default.

302 changes: 151 additions & 151 deletions example_output/changed_byindustry_expected.csv

Large diffs are not rendered by default.

456 changes: 228 additions & 228 deletions example_output/reform_byasset_expected.csv

Large diffs are not rendered by default.

308 changes: 154 additions & 154 deletions example_output/reform_byindustry_expected.csv

Large diffs are not rendered by default.

0 comments on commit 1e63559

Please sign in to comment.