Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSWDavis authored Mar 6, 2024
1 parent 35ef8c7 commit bad41d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
install_requires=["importlib_resources>=5.10.0",
"numba>=0.56.4",
"numpy>=1.21.6",
"pandas>=1.3.5"]
setuptools>=45.2.0#install_requires,
"pandas>=1.3.5",
"setuptools>=45.2.0"], #install_requires,
setup_requires=['pytest-runner'],
tests_require=['pytest'],
test_suite='tests',
Expand Down

0 comments on commit bad41d1

Please sign in to comment.