Update Pandas requirements to 0.18

After further testing, there's a few things that are not working with Pandas
0.17:

- pandas.to_timestamp() wants bytes and not unicode strings, so there'a need to
  convert. This has been fixed in Pandas 0.18
- The Carbonara merge() method does not work with Pandas 0.17, and has been
  fixed in 0.18
  (merge was introduced in c74c5c9289)

Change-Id: I8d38c58b92c21c31e67ddbed446a90acb337e179
This commit is contained in:
Julien Danjou 2017-01-23 14:08:04 +01:00
parent 7230972dc0
commit f97a586419
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ oslo.policy>=0.3.0
oslo.serialization>=1.4.0
oslo.utils>=3.18.0
oslo.middleware>=3.22.0
pandas>=0.17.0
pandas>=0.18.0
scipy>=0.18.1 # BSD
pecan>=0.9
futures