Edit requirements.txt
... | ... | @@ -2,6 +2,6 @@ cryptography==41.0.3 |
torch==2.0.1 | ||
langchain-openai==0.0.1 | ||
numpy==1.24.3 | ||
scipy==1.11.1 | ||
scipy>=1.10.1,<=1.11.0 | ||
matplotlib==3.7.1 | ||
pandas==1.5.3 |
Please register or sign in to comment
... | ... | @@ -2,6 +2,6 @@ cryptography==41.0.3 |
torch==2.0.1 | ||
langchain-openai==0.0.1 | ||
numpy==1.24.3 | ||
scipy==1.11.1 | ||
scipy>=1.10.1,<=1.11.0 | ||
matplotlib==3.7.1 | ||
pandas==1.5.3 |