Skip to content

Commit

Permalink
move pandas to test dependencies + remove geopandas (#751)
Browse files Browse the repository at this point in the history
remove pandas
  • Loading branch information
maxime-desroches committed Sep 1, 2024
1 parent 9b3fde1 commit d78478d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def is_win():
"gymnasium>=0.28",
"numpy>=1.21.6",
"matplotlib",
"pandas",
"pygame",
"tqdm",
"yapf",
Expand All @@ -52,18 +51,20 @@ def is_win():
"panda3d==1.10.13",
"panda3d-gltf==0.13", # 0.14 will bring some problems
"pillow",
"pytest",
"opencv-python",
"lxml",
"scipy",
"psutil",
"geopandas",
"shapely",
"filelock",
"Pygments",
"mediapy"
]

test_requirement = [
"pandas",
"pytest",
]

cuda_requirement = [
"cuda-python==12.0.0",
Expand Down

0 comments on commit d78478d

Please sign in to comment.