Skip to content

Commit

Permalink
add dependencies from requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewyates committed May 27, 2021
1 parent 27d7713 commit ef53038
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Expand Up @@ -33,13 +33,17 @@ def get_version(rel_path):
url="https://github.com/capreolus-ir/diffir",
packages=setuptools.find_packages(),
install_requires=[
"profane>=0.2.3,<0.3",
"ir_measures>=0.1.4",
"mako~=1.1",
"ir_datasets>=0.3.1",
"pytrec_eval>=0.5",
"intervaltree>=3.1.0",
"rich>=9.13.0",
"pyahocorasick>=1.4.1",
"nltk>=3.5",
"numpy",
"scipy",
"pandas"
],
classifiers=["Programming Language :: Python :: 3", "Operating System :: OS Independent"],
python_requires=">=3.6",
Expand Down

0 comments on commit ef53038

Please sign in to comment.