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

shift requirements to dev #309

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
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
Loading