forked from nanne-aben/strictly_typed_pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to pandas 2.1.2 (nanne-aben#108)
* Update to pandas 2.1.2 * Update to pandas 2.1.2 * import from typing_extensions * remove args and kwargs type annotations, they do not work with typeguard for older versions of python * convert dataset to dataframe when calling a dataframe function, such that the immutable option does not become a problem
- Loading branch information
1 parent
0f727fe
commit a0e199c
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
numpy<=1.26.1 | ||
pandas<=2.1.1 | ||
pandas<=2.1.2 | ||
pandas-stubs<=2.1.1.230928 | ||
typeguard<=2.13.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters