Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-kb committed Apr 13, 2022
1 parent 024c413 commit 0138fcd
Show file tree
Hide file tree
Showing 5 changed files with 1,546 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
numpy = "*"
tensorflow = "*"
matplotlib = "*"
tqdm = "*"
pandas = "*"
scikit-learn = "*"

[dev-packages]

[requires]
python_version = "3.10"
Loading

0 comments on commit 0138fcd

Please sign in to comment.