-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
24 additions
and
18 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 |
---|---|---|
|
@@ -4,4 +4,6 @@ | |
- Mark Zhou | ||
- Ian Whitestone | ||
- Faisal Dosani | ||
- Lorenzo Mercado | ||
- Lorenzo Mercado | ||
- Jacob Dawang | ||
- Raymond Haffar |
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
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
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
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 |
---|---|---|
|
@@ -3,12 +3,14 @@ name = "datacompy" | |
description = "Dataframe comparison in Python" | ||
readme = "README.md" | ||
authors = [ | ||
{ name="Faisal Dosani", email="[email protected]" }, | ||
{ name="Ian Robertson" }, | ||
{ name="Dan Coates" }, | ||
{ name="Faisal Dosani", email="[email protected]" }, | ||
] | ||
maintainers = [ | ||
{ name="Faisal Dosani", email="[email protected]" } | ||
{ name="Faisal Dosani", email="[email protected]" }, | ||
{ name="Jacob Dawang", email="[email protected]" }, | ||
{ name="Raymond Haffar", email="[email protected]" }, | ||
] | ||
license = {text = "Apache Software License"} | ||
dependencies = ["pandas<=2.2.3,>=0.25.0", "numpy<=2.2.0,>=1.22.0", "ordered-set<=4.1.0,>=4.0.2", "polars[pandas]<=1.17.1,>=0.20.4"] | ||
|