1 Commits
main ... main

Author SHA1 Message Date
Chris Proctor
8866fa9faf Remove unnecessary Binder comment 2025-07-22 08:49:57 -04:00
6 changed files with 3155 additions and 3882 deletions

2
.gitignore vendored
View File

@@ -1,3 +1 @@
.ipynb_checkpoints/*
.envrc
.venv

View File

@@ -175,7 +175,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.3"
"version": "3.9.10"
}
},
"nbformat": 4,

File diff suppressed because one or more lines are too long

3071
poetry.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -2,29 +2,24 @@
name = "lab-pokemon"
version = "0.1.0"
description = ""
authors = [{ name = "Chris Proctor", email = "chris@chrisproctor.net" }]
requires-python = ">=3.10,<4.0"
readme = "README.md"
license = { text = "MIT" }
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
authors = [
{name = "Chris Proctor",email = "chris@chrisproctor.net"}
]
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"jupyter (>=1.1.1,<2.0.0)",
"pandas (>=2.2.3,<3.0.0)",
"matplotlib (>=3.10.0,<4.0.0)",
"seaborn (>=0.13.2,<0.14.0)",
"requests (>=2.32.3,<3.0.0)",
"requests (>=2.32.3,<3.0.0)"
]
[build-system]
requires = ["uv_build>=0.9.0,<0.10.0"]
build-backend = "uv_build"
[tool.uv]
package = false
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
package-mode = false

2180
uv.lock generated

File diff suppressed because it is too large Load Diff