Skip to content

Commit

Permalink
update to dev-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ZohebShaikh committed Aug 13, 2024
1 parent c59f24b commit 664eae7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install_requirements/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
default: "dev"
pip-install:
description: Parameters to pass to pip install
default: "$([ -f dev-requirements.txt ] && echo '-c dev-requirements.txt') -e .[dev]"
default: "-e .[dev]"

runs:
using: composite
Expand Down
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ nodeenv==1.9.1
nose2==0.15.1
nslsii==0.10.3
numcodecs==0.12.1
numpy==1.26.4
numpy==2.0.1
opencv-python-headless==4.10.0.84
ophyd==1.9.0
ophyd-async==0.3.4
Expand Down Expand Up @@ -144,7 +144,7 @@ pvxslibs==1.3.1
py==1.11.0
pyasn1==0.6.0
pycryptodome==3.20.0
pydantic==1.10.17
pydantic==2.8.2
pydata-sphinx-theme==0.15.4
pyepics==3.5.6
Pygments==2.18.0
Expand All @@ -168,7 +168,7 @@ requests==2.32.3
responses==0.25.3
rpds-py==0.19.0
ruff==0.5.1
scanspec==0.6.6
scanspec==0.7.1
setuptools-dso==2.10
six==1.16.0
slicerator==1.1.0
Expand Down

0 comments on commit 664eae7

Please sign in to comment.