Skip to content

Commit

Permalink
version fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmohitkumar committed Sep 25, 2024
1 parent 80be167 commit a7ddcb7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use a base Python image
FROM python:3.10-slim
FROM python:3.10.4-slim

# Set environment variables (these should be set during runtime)
ENV LANGCHAIN_TRACING_V2=true
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/itsmohitkumar/YouTube-Echo"
keywords = ["YouTube", "summary", "Flask", "AI"]

[tool.poetry.dependencies]
python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
python = "3.10.4"
youtube-transcript-api = "^0.6.2"
langchain-community = "^0.3.0"
langchain-openai = "^0.2.0"
Expand Down
36 changes: 17 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
-e .
youtube-transcript-api==0.6.2
langchain-community==0.3.0
langchain-openai==0.2.0
langchain-text-splitters==0.3.0
streamlit==1.38.0
watchdog==2.1.5
pytest==8.3.3
peewee==3.17.6
python-dotenv==1.0.1
chromadb==0.5.7
langchain-chroma==0.1.4
randomname==0.2.1
tiktoken==0.7.0
openai-whisper==20231117
pytubefix==6.17.0
pytest-mock==3.14.0
flask==3.0.3
gunicorn==20.1.0
torch = 2.3.1
youtube-transcript-api
langchain-community
langchain-openai
langchain-text-splitters
streamlit
watchdog
pytest
peewee
python-dotenv
chromadb
langchain-chroma
randomname
tiktoken
openai-whisper
pytubefix
pytest-mock
flask
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
],
python_requires='>=3.9',
python_requires='3.10.4',
)

0 comments on commit a7ddcb7

Please sign in to comment.