Skip to content

Commit

Permalink
chore: pin psutil in scientific
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 25, 2023
1 parent b251275 commit 3fe4315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
30 changes: 1 addition & 29 deletions tests/scientific/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions tests/scientific/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ scikit-learn = "*"
seaborn = "*"
pandas = "*"
jupyter = "*"
psutil = [
{ version = "5.9.5", platform = "darwin" },
{ version = "*", platform = "linux" },
{ version = "*", platform = "win32" },
]
psutil = "5.9.5"

# FIXME: pin a lower version until we figure out how to build newer ones
nbconvert = "<7"
Expand Down

0 comments on commit 3fe4315

Please sign in to comment.