Unverified Commit 693d256e authored by Pasquale Minervini's avatar Pasquale Minervini Committed by GitHub
Browse files

Update setup.py

Running `main.py` yields the following:

```
ImportError: This modeling file requires the following packages that were not found in your environment: einops. Run `pip install einops`
```

This commit should fix this.
parent df3da98c
......@@ -26,6 +26,7 @@ setuptools.setup(
python_requires=">=3.9",
install_requires=[
"datasets>=2.0.0",
"einops",
"jsonlines",
"numexpr",
"openai>=0.6.4",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment