Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Tax-Calculator 0.15.0 #808

Merged
merged 18 commits into from
Jan 24, 2018
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
6 changes: 3 additions & 3 deletions conda-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
nomkl
taxcalc==0.14.2
taxcalc==0.15.1
btax==0.1.9
numba==0.33.0
pandas
numba>=0.33.0
pandas>=0.22.0
gevent
pillow
pyparsing
Expand Down
3 changes: 2 additions & 1 deletion deploy/fab/dropq_environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: aei_dropq
dependencies:
- python<=2.7.14,>=2.7.12
- pandas>=0.20.1
- pandas>=0.22.0
- flask
- greenlet
- xlrd
Expand All @@ -20,3 +20,4 @@ dependencies:
channels:
- ospc
- defaults
- conda-forge
161 changes: 0 additions & 161 deletions tcja_post.py

This file was deleted.

Loading