Skip to content

Commit 62f4220

Browse files
committed
Drop unused pandas and numpy dependencies
1 parent 23970eb commit 62f4220

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,6 @@ cython_debug/
158158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161+
162+
# Repositories cloned by source/run_repo.py
163+
github.com/

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ classifiers = [# Optional, for a list of valid classifiers, see https://pypi.org
6262
# Required dependencies ------------------------------------------------------------------------------------------------
6363
dependencies = [# Optional
6464
"gitpython",
65-
"pandas",
66-
"numpy",
6765
]
6866

6967
# Optional dependencies ------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)