Skip to content

Commit

Permalink
Update pandas to 1.0 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Zwitch committed Mar 19, 2020
1 parent 716832d commit 0e8e293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- "pyarrow>=0.12.0,<0.14"
- sqlalchemy
- numpy>=1.14
- pandas
- "pandas>=1.0,<2.0"
- coverage
- flake8
- "pytest>=3.6,<4.0"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
install_requires = ['thrift == 0.11.0',
'sqlalchemy >= 1.3',
'numpy >= 1.16',
'pandas >= 0.24',
'pandas >= 1.0,<2.0',
'pyarrow >= 0.12.0,<0.14',
'packaging >= 19.0',
'packaging >= 20.0',
'rbc-project']

# Optional Requirements
Expand Down

0 comments on commit 0e8e293

Please sign in to comment.