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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user