Skip to content

Commit

Permalink
Merge pull request #309 from bluesky/dev-requirements-pyarrow
Browse files Browse the repository at this point in the history
shift requirements to dev
  • Loading branch information
prjemian authored Oct 16, 2024
2 parents d529fcb + eac938d commit af0b4e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ sphinx
sphinx_rtd_theme
# Extra dependencies for development
fastapi[all]
# moved from requirements.txt
pandas
pyarrow
matplotlib # Needed for BEC, should be factored out
scikit-image # Needed for BEC/other stuff to run, factor out
4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ ipykernel
jsonschema
jupyter-client>=7.4.2
jupyter-console
matplotlib # Needed for BEC, should be factored out
scikit-image # Needed for BEC/other stuff to run, factor out
msgpack>=1.0.0
msgpack_numpy
numpydoc
openpyxl
ophyd
packaging
pandas
pyarrow
pydantic
python-multipart
pyyaml
Expand Down

0 comments on commit af0b4e7

Please sign in to comment.