Skip to content

Commit

Permalink
some additions for the manuscript
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperSkytte committed Feb 16, 2024
1 parent d5b2ee4 commit e7872fd
Show file tree
Hide file tree
Showing 4 changed files with 1,620 additions and 53 deletions.
22 changes: 22 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
tensorflow = "==2.13.0"
numpy = "*"
pandas = "*"
argparse = "*"
keras = "*"
scipy = "*"
scikit-learn = "*"
matplotlib = "*"
pathlib = "*"
seaborn = "*"
radian = "*"

[dev-packages]

[requires]
python_version = "3.8.10"
Loading

0 comments on commit e7872fd

Please sign in to comment.