Skip to content

Commit

Permalink
Update workflows due to upstream updates. (#138)
Browse files Browse the repository at this point in the history
* Update workflows due to upstream updates. 

Future work: Unpin numpy version and pin docformatter.
  • Loading branch information
atong01 authored Oct 9, 2024
1 parent c25e191 commit 29c0ed6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repos:

# python docstring formatting
- repo: https://github.com/myint/docformatter
rev: v1.7.5
rev: master
hooks:
- id: docformatter
require_serial: true
Expand Down
2 changes: 1 addition & 1 deletion runner-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pytest # tests
# --------- pkg reqs -------- #
lightning-bolts
matplotlib
numpy
numpy<2.0.0 # Due to pandas incompatibility
scipy
scikit-learn
scprep
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"torchvision>=0.11.0",
"lightning-bolts",
"matplotlib",
"numpy",
"numpy<2.0.0", # Due to pandas incompatibility
"scipy",
"scikit-learn",
"scprep",
Expand Down

0 comments on commit 29c0ed6

Please sign in to comment.