running on mac

This commit is contained in:
Andy Pack 2023-05-27 23:29:17 +01:00
parent 7f1d4d735f
commit 0083e5bc09
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7
4 changed files with 3651 additions and 120 deletions

3
.gitignore vendored
View File

@ -1,9 +1,8 @@
poetry.lock
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
tensorboard-logs
*.pdf *.pdf
*~* *~*

File diff suppressed because one or more lines are too long

3528
poetry.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -5,13 +5,13 @@ description = ""
authors = ["andy <andy@sarsoo.xyz>"] authors = ["andy <andy@sarsoo.xyz>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "~3.8" python = "~3.11"
tensorflow = "^2.4.1" tensorflow-macos = "^2.4.1"
pandas = "^1.2.4" pandas = "^2.0.1"
matplotlib = "^3.4.1" matplotlib = "^3.7.1"
seaborn = "^0.11.1" seaborn = "^0.12.2"
scikit-learn = "^0.24.1" scikit-learn = "^1.2.2"
jupyterlab = "^3.0.14" jupyterlab = "^4.0.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]