# Dependencies for evaluations of generated code.

# Use cpu version of torch
--index-url https://download.pytorch.org/whl/cpu
--extra-index-url https://pypi.org/simple

gensim==4.3.2
matplotlib==3.8.4
numpy==1.26.4
pandas==1.5.3
seaborn==0.13.2
scikit-learn==1.4.0
scipy==1.12.0
statsmodels==0.14.1
xgboost==2.0.3
PyYAML==6.0.2
torch==2.2.0 
tensorflow-cpu==2.16.1 ; platform_machine == 'x86_64'
tensorflow==2.16.1 ; platform_machine != 'x86_64'

