Skip to content

Commit

Permalink
No setuptools requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Sep 2, 2024
1 parent f81ce1d commit cab2913
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion omv/engines/getnetpyne.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def install_netpyne(version=None):

with working_dir(path):
if sys.version_info.major == 2:
# pip_install([]'setuptools==42.0.1')
pip_install(
[
"kiwisolver==1.0.1",
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ install_requires =
pathlib; python_version<'3.4'
docopt
importlib-metadata; python_version<'3.8'
setuptools

packages = find:

Expand Down

0 comments on commit cab2913

Please sign in to comment.