Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,21 @@ requirements:
build:
- python
- "taxcalc>=2.4.2"
- "paramtools>=0.7.1"
- setuptools
- scipy
- "scipy>=0.18.1"
- matplotlib
- dask
- "dask>=0.20.0"
- mkl

run:
- python
- "taxcalc>=2.4.2"
- "paramtools>=0.7.1"
- setuptools
- scipy
- "scipy>=0.18.1"
- matplotlib
- dask
- "dask>=0.20.0"
- mkl

about:
Expand All @@ -47,7 +49,6 @@ test:
- ogusa.parameter_plots
- ogusa.parameter_tables
- ogusa.parameters
- ogusa.parametersbase
- ogusa.postprocess
- ogusa.tax
- ogusa.txfunc
Expand Down
18 changes: 0 additions & 18 deletions docs/source/parametersbase.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/public_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ There is also a link to the source code for each documented member.
parameter_plots
parameter_tables
parameters
parametersbase
postprocess
tax
txfunc
Expand Down
7 changes: 4 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ dependencies:
- python
- setuptools
- mkl
- scipy>=0.18.1
- "scipy>=0.18.1"
- matplotlib
- taxcalc>=2.4.2
- dask>=0.20.0
- "taxcalc>=2.4.2"
- "dask>=0.20.0"
- "paramtools>=0.7.1"
- pytest
- pytest-pep8
- pytest-xdist
Expand Down
1 change: 0 additions & 1 deletion ogusa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from ogusa.parameter_plots import *
from ogusa.parameter_tables import *
from ogusa.parameters import *
from ogusa.parametersbase import *
from ogusa.postprocess import *
from ogusa.tax import *
from ogusa.txfunc import *
Expand Down
Loading