Skip to content

Commit

Permalink
Merge pull request #875 from gdrosos/master
Browse files Browse the repository at this point in the history
Remove Unused Dependency: psutil
  • Loading branch information
jdebacker authored Aug 30, 2023
2 parents 5a770b5 + 8a7fec7 commit 816aeec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dependencies:
- python>=3.7.7, <3.11 # This restriction can be removed as soon as we test Python 3.11
- ipython
- setuptools
- psutil
- scipy>=1.7.1
- pandas>=1.2.5
- matplotlib
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
include_packages=True,
python_requires=">=3.7.7, <3.11",
install_requires=[
"psutil",
"scipy>=1.7.1",
"pandas>=1.2.5",
"matplotlib",
Expand Down

0 comments on commit 816aeec

Please sign in to comment.