Skip to content

Commit

Permalink
mod build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoli committed Aug 1, 2024
1 parent 0cf1ec3 commit de6b225
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
49 changes: 0 additions & 49 deletions docker/dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion gators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from typing import TypeVar

__version__ = "0.3.5"
__version__ = "0.3.4"
os.environ["PYARROW_IGNORE_TIMEZONE"] = "1"

DataFrame = TypeVar("Union[pd.DataFrame, ps.DataFrame, dd.DataFrame]")
Expand Down

0 comments on commit de6b225

Please sign in to comment.