BYUCamachoLab / SiPANN

Artifical Neural Networks for use with Quantum Photonics
https://sipann.rtfd.io
MIT License
36 stars 15 forks source link

Setup issues for pip install #6

Closed sequoiap closed 5 years ago

sequoiap commented 5 years ago

I would recommend styling the setup.py "install requires" section as follows:

install_requires=[
    "tensorflow",
    "scikit-learn <= 0.20.4", 
    "gdspy",
],