4308ee458228d727ed51a1a838ebc371facb97ba,setup.py,,,#,5

Before Change


    url="https://github.com/UFAL-DSG/tgen",
    download_url="https://github.com/UFAL-DSG/tgen.git",
    license="Apache 2.0",
    install_requires=open("requirements.txt").read().splitlines(),
    packages=find_packages()
)

After Change


    url="https://github.com/UFAL-DSG/tgen",
    download_url="https://github.com/UFAL-DSG/tgen.git",
    license="Apache 2.0",
    install_requires=["regex",
                      "unicodecsv",
                      "enum34",
                      "numpy",
                      "rpyc",
                      "pudb",
                      "recordclass",
                      "tensorflow==1.0.1",
                      "kenlm",
                      "pytreex"],
    dependency_links=["https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.1-cp27-none-linux_x86_64.whl//egg=tensorflow-1.0.1",
                      "https://github.com/kpu/kenlm/archive/master.zip//egg=kenlm",
                      "git+https://github.com/ufal/pytreex//egg=pytreex"],
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: UFAL-DSG/tgen
Commit Name: 4308ee458228d727ed51a1a838ebc371facb97ba
Time: 2017-08-29
Author: o.dusek@hw.ac.uk
File Name: setup.py
Class Name:
Method Name:


Project Name: snorkel-team/snorkel
Commit Name: a5eaca98f8338692fa7d658f047ad0da926507ca
Time: 2019-08-13
Author: henry.ehrenberg@outlook.com
File Name: setup.py
Class Name:
Method Name:


Project Name: AxeldeRomblay/MLBox
Commit Name: 2685c510bf2bccd5e94b16276533d5453fa16ac3
Time: 2019-04-26
Author: a.deromblay@DMFR0840.local
File Name: python-package/setup.py
Class Name:
Method Name: