boatbomber
commited on
Commit
·
7fc836b
1
Parent(s):
7a81460
Update packages
Browse files- poetry.lock +0 -0
- pyproject.toml +4 -2
poetry.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
pyproject.toml
CHANGED
@@ -14,8 +14,6 @@ dependencies = [
|
|
14 |
"rich (>=13.9.4,<14.0.0)",
|
15 |
"pandarallel (>=1.6.5,<2.0.0)",
|
16 |
"python-dotenv (>=1.0.1,<2.0.0)",
|
17 |
-
"ipywidgets (>=8.1.5,<9.0.0)",
|
18 |
-
"ipykernel (>=6.29.5,<7.0.0)",
|
19 |
"scikit-learn (>=1.6.1,<2.0.0)",
|
20 |
"pyyaml (>=6.0.2,<7.0.0)",
|
21 |
"anthropic (>=0.49.0,<0.50.0)",
|
@@ -24,6 +22,10 @@ dependencies = [
|
|
24 |
[tool.poetry]
|
25 |
package-mode = false
|
26 |
|
|
|
|
|
|
|
|
|
27 |
[build-system]
|
28 |
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
29 |
build-backend = "poetry.core.masonry.api"
|
|
|
14 |
"rich (>=13.9.4,<14.0.0)",
|
15 |
"pandarallel (>=1.6.5,<2.0.0)",
|
16 |
"python-dotenv (>=1.0.1,<2.0.0)",
|
|
|
|
|
17 |
"scikit-learn (>=1.6.1,<2.0.0)",
|
18 |
"pyyaml (>=6.0.2,<7.0.0)",
|
19 |
"anthropic (>=0.49.0,<0.50.0)",
|
|
|
22 |
[tool.poetry]
|
23 |
package-mode = false
|
24 |
|
25 |
+
[tool.poetry.group.dev.dependencies]
|
26 |
+
ipykernel = "^6.29.5"
|
27 |
+
ipywidgets = "^8.1.5"
|
28 |
+
|
29 |
[build-system]
|
30 |
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
31 |
build-backend = "poetry.core.masonry.api"
|