Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
simstadtpy
Commits
e904c345
Commit
e904c345
authored
Mar 25, 2026
by
Eric Duminil
Browse files
No need for pandas>=2
parent
d1831f43
Changes
3
Hide whitespace changes
Inline
Side-by-side
.python-version
View file @
e904c345
3.1
0
3.1
1
pyproject.toml
View file @
e904c345
...
@@ -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
",
]
]
...
...
uv.lock
View file @
e904c345
...
@@ -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" },
]
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment