Skip to content

Commit

Permalink
Updated project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gyevnarb committed Feb 10, 2025
1 parent 751d576 commit f8ea836
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,15 @@ maintainers = [
{name = "Balint Gyevnar", email = "[email protected]"}
]
dependencies = [
"casadi~=3.6.1",
"dill~=0.3.6",
"imageio~=2.28.0",
"loguru~=0.7.0",
"lxml~=4.9.2",
"matplotlib~=3.7.1",
"more-itertools~=9.1.0",
"numpy~=1.24.2",
"pandas~=2.0.0",
"psutil~=5.9.5",
"pygame~=2.3.0",
"pytest==7.3.1",
"scipy~=1.10.1",
"setuptools~=66.0.0",
"shapely==2.0.1",
"casadi>=3.6.7",
"imageio>=2.37.0",
"loguru>=0.7.3",
"lxml>=5.3.1",
"matplotlib>=3.10.0",
"more-itertools>=10.6.0",
"pandas>=2.2.3",
"scipy>=1.15.1",
"shapely>=2.0.7",
]

[project.optional-dependencies]
Expand Down

0 comments on commit f8ea836

Please sign in to comment.