antoinecarme / pyaf

PyAF is an Open Source Python library for Automatic Time Series Forecasting built on top of popular pydata modules.
BSD 3-Clause "New" or "Revised" License
458 stars 73 forks source link

Make package directory and simplify package setup #92

Closed jmabry closed 5 years ago

jmabry commented 6 years ago

Closes #91

Tested successfully with

conda create -n pyaf3
conda activate pyaf3
conda install pip
pip install scipy pandas sklearn matplotlib pydot dill pathos sqlalchemy
pip install -e .
python tests/hierarchical/test_grouped.py
antoinecarme commented 6 years ago

Did you test this outside conda ?