forked from mwc/lab_pokemon
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89b0dfb1d3 | ||
|
|
62e3014969 | ||
|
|
4271908338 | ||
|
|
33170d7dd9 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1,3 @@
|
|||||||
.ipynb_checkpoints/*
|
.ipynb_checkpoints/*
|
||||||
|
.envrc
|
||||||
|
.venv
|
||||||
|
|||||||
@@ -175,7 +175,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.9.10"
|
"version": "3.13.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|||||||
1753
lab_pokemon.ipynb
1753
lab_pokemon.ipynb
File diff suppressed because one or more lines are too long
3071
poetry.lock
generated
3071
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -2,24 +2,29 @@
|
|||||||
name = "lab-pokemon"
|
name = "lab-pokemon"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = [
|
authors = [{ name = "Chris Proctor", email = "chris@chrisproctor.net" }]
|
||||||
{name = "Chris Proctor",email = "chris@chrisproctor.net"}
|
|
||||||
]
|
|
||||||
license = {text = "MIT"}
|
|
||||||
readme = "README.md"
|
|
||||||
requires-python = ">=3.10,<4.0"
|
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",
|
||||||
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"jupyter (>=1.1.1,<2.0.0)",
|
"jupyter (>=1.1.1,<2.0.0)",
|
||||||
"pandas (>=2.2.3,<3.0.0)",
|
"pandas (>=2.2.3,<3.0.0)",
|
||||||
"matplotlib (>=3.10.0,<4.0.0)",
|
"matplotlib (>=3.10.0,<4.0.0)",
|
||||||
"seaborn (>=0.13.2,<0.14.0)",
|
"seaborn (>=0.13.2,<0.14.0)",
|
||||||
"requests (>=2.32.3,<3.0.0)"
|
"requests (>=2.32.3,<3.0.0)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
requires = ["uv_build>=0.9.0,<0.10.0"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "uv_build"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.uv]
|
||||||
package-mode = false
|
package = false
|
||||||
|
|||||||
Reference in New Issue
Block a user