running on mac
This commit is contained in:
parent
7f1d4d735f
commit
0083e5bc09
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,9 +1,8 @@
|
||||
poetry.lock
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
tensorboard-logs
|
||||
|
||||
*.pdf
|
||||
*~*
|
||||
|
226
nncw.ipynb
226
nncw.ipynb
File diff suppressed because one or more lines are too long
3528
poetry.lock
generated
Normal file
3528
poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -5,13 +5,13 @@ description = ""
|
||||
authors = ["andy <andy@sarsoo.xyz>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "~3.8"
|
||||
tensorflow = "^2.4.1"
|
||||
pandas = "^1.2.4"
|
||||
matplotlib = "^3.4.1"
|
||||
seaborn = "^0.11.1"
|
||||
scikit-learn = "^0.24.1"
|
||||
jupyterlab = "^3.0.14"
|
||||
python = "~3.11"
|
||||
tensorflow-macos = "^2.4.1"
|
||||
pandas = "^2.0.1"
|
||||
matplotlib = "^3.7.1"
|
||||
seaborn = "^0.12.2"
|
||||
scikit-learn = "^1.2.2"
|
||||
jupyterlab = "^4.0.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user