Skip to content

Commit 2d5fa5b

Browse files
committed
hotfix: Pandas dependency
1 parent 9bf8e40 commit 2d5fa5b

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

poetry.lock

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "dreadnode"
3-
version = "1.0.0-rc.1"
3+
version = "1.0.0-rc.2"
44
description = "Dreadnode SDK"
55
requires-python = ">=3.10,<3.13"
66

77
[tool.poetry]
88
name = "dreadnode"
9-
version = "1.0.0-rc.1"
9+
version = "1.0.0-rc.2"
1010
description = "Dreadnode SDK"
1111
authors = ["Nick Landers <monoxgas@gmail.com>"]
1212
repository = "https://github.com/dreadnode/sdk"
@@ -20,6 +20,7 @@ logfire = "^3.5.3"
2020
python-ulid = "^3.0.0"
2121
fast-depends = "^2.4.12"
2222
coolname = "^2.2.0"
23+
pandas = "^2.2.3"
2324
fsspec = {version = ">=2023.1.0,<=2025.3.0", extras = ["s3"]} # Pinned for datasets compatibility
2425

2526
transformers = { version = "^4.41.0", optional = true }
@@ -41,11 +42,8 @@ typer = "^0.15.2"
4142
pydub = "^0.25.1"
4243
moviepy = "^2.1.2"
4344
datasets = "^3.5.0"
44-
pandas = "^2.2.3"
4545
pyarrow = "^19.0.1"
4646

47-
48-
4947
[build-system]
5048
requires = ["poetry-core>=1.0.0", "setuptools>=42", "wheel"]
5149
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)