[chore] update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -60,6 +60,7 @@ nvidia-nvjitlink-cu12==12.5.82 ; platform_system == "Linux" and platform_machine
|
|
60 |
nvidia-nvtx-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.8" and python_version < "4.0"
|
61 |
opencv-contrib-python==4.7.0.72 ; python_version >= "3.8" and python_version < "4.0"
|
62 |
packaging==24.1 ; python_version >= "3.8" and python_version < "4.0"
|
|
|
63 |
pathspec==0.12.1 ; python_version >= "3.8" and python_version < "4.0"
|
64 |
pillow==10.4.0 ; python_version >= "3.8" and python_version < "4.0"
|
65 |
platformdirs==4.2.2 ; python_version >= "3.8" and python_version < "4.0"
|
|
|
60 |
nvidia-nvtx-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.8" and python_version < "4.0"
|
61 |
opencv-contrib-python==4.7.0.72 ; python_version >= "3.8" and python_version < "4.0"
|
62 |
packaging==24.1 ; python_version >= "3.8" and python_version < "4.0"
|
63 |
+
pandas==1.4.3 ; python_version >= "3.8" and python_version < "4.0"
|
64 |
pathspec==0.12.1 ; python_version >= "3.8" and python_version < "4.0"
|
65 |
pillow==10.4.0 ; python_version >= "3.8" and python_version < "4.0"
|
66 |
platformdirs==4.2.2 ; python_version >= "3.8" and python_version < "4.0"
|