Commit e904c345 authored by Eric Duminil's avatar Eric Duminil
Browse files

No need for pandas>=2

parent d1831f43
...@@ -10,7 +10,7 @@ requires-python = ">=3.10" ...@@ -10,7 +10,7 @@ requires-python = ">=3.10"
dependencies = [ dependencies = [
"matplotlib>=3.7", "matplotlib>=3.7",
"numpy>=1.24", "numpy>=1.24",
"pandas>=2.0", "pandas>=1.5",
"python-dotenv>=1.0", "python-dotenv>=1.0",
] ]
......
...@@ -1122,7 +1122,7 @@ dev = [ ...@@ -1122,7 +1122,7 @@ dev = [
requires-dist = [ requires-dist = [
{ name = "matplotlib", specifier = ">=3.7" }, { name = "matplotlib", specifier = ">=3.7" },
{ name = "numpy", specifier = ">=1.24" }, { name = "numpy", specifier = ">=1.24" },
{ name = "pandas", specifier = ">=2.0" }, { name = "pandas", specifier = ">=1.5" },
{ name = "python-dotenv", specifier = ">=1.0" }, { name = "python-dotenv", specifier = ">=1.0" },
] ]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment