fix dependency hell

setup a new env structure. Use a common env, and separate one for tensorflow due to dependency hell
This commit is contained in:
Joel Mathew Thomas
2025-01-26 16:03:24 +05:30
parent 16bac62457
commit fcef4c958d
5 changed files with 146 additions and 131 deletions
+4
View File
@@ -6,6 +6,7 @@ __pycache__/
# Ignore virtual environment folder
venv/
envs/
# Ignore other common files
*.pyc
@@ -14,3 +15,6 @@ venv/
# Ignore VSCode config
.vscode/
# site-packages.pth
site-packages.pth