autonomio / talos

Hyperparameter Experiments with TensorFlow and Keras
https://autonom.io
MIT License
1.62k stars 269 forks source link

Pandas datetools deprecated #346

Closed desireevl closed 4 years ago

desireevl commented 5 years ago

pandas.core.datetools has been deprecated since 0.24.0 (January 2019). Perhaps the requirements.txt could reflect the specific version requirement otherwise the code could be changed to no longer use datetools?

mikkokotila commented 5 years ago

I believe Talos is not using pandas datetools anywhere. Maybe you are getting the warning from an older version of some of the underlying packages, for example statstools. Can you see if you upgrade statstools on your env, if the warning persists.

mikkokotila commented 4 years ago

Closing here as it seems to be unrelated with Talos. Feel free to open new issue if anything.