Skip to content

Commit

Permalink
Removed gitpython dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Nov 4, 2022
1 parent 8f99844 commit 8c5bb74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ lxml==4.9.1
packaging==20.9
pyperf==2.0.0
rich>=10.7.0
gitpython>=3.1.27
setuptools~=57.0.0
pip~=21.1.2
pynvml~=11.0.0
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ def copy_extensions_to_source(self):
"rich>=9.2.0",
"cloudpickle>=1.5.0",
"pynvml>=11.0.0",
"gitpython>=3.1.27",
],
ext_modules=([get_line_atomic, pywhere] if sys.platform != 'win32' else []),
setup_requires=['setuptools_scm'],
Expand Down

0 comments on commit 8c5bb74

Please sign in to comment.