Skip to content

Commit

Permalink
Remove pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 22, 2023
1 parent e4991f0 commit 6521ac0
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 24 deletions.
3 changes: 1 addition & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,12 @@
)
test_dependencies = [
"coverage[toml]",
"duckdb==0.8.2.dev5002",
"duckdb",
"duckdb-engine",
"pytest",
"pytest-snapshot",
"pytest-durations",
"freezegun",
"pandas",
"pyarrow",
"requests-mock",
# Cookiecutter tests
Expand Down
75 changes: 55 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ testing = [
commitizen-version-bump = { git = "https://github.com/meltano/commitizen-version-bump.git", branch = "main" }
cookiecutter = ">=2.1.1"
coverage = {extras = ["toml"], version = ">=7.2"}
duckdb = { version = ">=0.8.2.dev4376", allow-prereleases = true }
duckdb = ">=0.8.0"
duckdb-engine = ">=0.9.2"
freezegun = ">=1.2.2"
mypy = ">=1.0"
Expand Down Expand Up @@ -194,7 +194,6 @@ module = [
"bcrypt.*",
"joblib.*",
"pyarrow.*",
"pandas.*",
"jsonpath_ng.*",
"samples.*",
"sqlalchemy.*",
Expand Down

0 comments on commit 6521ac0

Please sign in to comment.