Skip to content

Commit

Permalink
require updated pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-xone committed Oct 8, 2020
1 parent 7bd0d79 commit 7f7acf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-i https://pypi.org/simple
--extra-index-url https://bloomberg.bintray.com/pip/simple
numpy>=1.15.0
pandas>=0.23.4
pandas>=1.0.0
pyarrow>=0.15.0
pytz>=2018.7
ruamel.yaml>=0.15.0
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ def parse_description(markdown=True):
'yaml': ['xbbg/markets/*.yml']
},
install_requires=[
str(ir.req) for ir in parse_requirements(
str(getattr(ir, 'req' if hasattr(ir, 'req') else 'requirement'))
for ir in parse_requirements(
f'{PACKAGE_ROOT}/requirements.txt', session='hack'
)
],
Expand Down

0 comments on commit 7f7acf6

Please sign in to comment.