Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove psutil dependency #320

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove psutil dependency.
This dependency is not used by anything within roman_datamodels and thus should be eliminated.
  • Loading branch information
WilliamJamieson committed Feb 16, 2024
commit d4aca4860d6a66e1564b88305a211c5a2543afa6
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies = [
'asdf >=2.15.0',
'asdf-astropy >=0.5.0',
'gwcs >=0.18.1',
'psutil >=5.7.2',
'numpy >=1.22',
'astropy >=5.3.0',
'rad >=0.19.0',
Expand Down
Loading