Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
clstaudt committed Jul 27, 2024
1 parent 112a5c4 commit ddd8758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest
pandas<2.0.0
pandas
matplotlib
altair
pydantic
Expand Down
2 changes: 1 addition & 1 deletion tuttle/schema.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Pandera schemata."""
from pandera import (
SchemaModel,
# SchemaModel,
DataFrameSchema,
Column,
Index,
Expand Down

0 comments on commit ddd8758

Please sign in to comment.