Skip to content

Commit ddd8758

Browse files
committed
update requirements
1 parent 112a5c4 commit ddd8758

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pytest
2-
pandas<2.0.0
2+
pandas
33
matplotlib
44
altair
55
pydantic

tuttle/schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Pandera schemata."""
22
from pandera import (
3-
SchemaModel,
3+
# SchemaModel,
44
DataFrameSchema,
55
Column,
66
Index,

0 commit comments

Comments
 (0)