Skip to content

Commit

Permalink
Resolves PyPy install issue bigscience-workshop#726
Browse files Browse the repository at this point in the history
  • Loading branch information
Guitaricet committed Feb 10, 2022
1 parent 5001f67 commit 3c5552a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
18 changes: 0 additions & 18 deletions requirements.txt

This file was deleted.

22 changes: 20 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,26 @@
with open("README.md", "r", encoding="utf-8") as readme_file:
readme = readme_file.read()

with open('requirements.txt') as requirements_file:
requirements = requirements_file.read().split('\n')
requirements = [
"black<=21.12b0",
"datasets>=1.7.0",
"flake8",
"isort==5.8.0",
"pytest",
"pyyaml>=5",
"streamlit==0.82",
"jinja2",
"plotly",
"requests",
"pandas",
##############################################################
# Dependencies in this section are added for specific datasets
##############################################################
"py7zr",
##############################################################
# End of dataset-specific dependencies
##############################################################
]

setup(
name='promptsource',
Expand Down

0 comments on commit 3c5552a

Please sign in to comment.