Skip to content

Commit

Permalink
remove pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Aug 16, 2024
1 parent 05ec6c8 commit f2c3b44
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,17 +51,19 @@ 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",
]

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

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

0 comments on commit f2c3b44

Please sign in to comment.