Skip to content

Commit

Permalink
added to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmbland committed Oct 11, 2023
1 parent 188710b commit 8646409
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- scikit-image=0.14.2
- jupyter=1.0.0
- tqdm=4.55.2
- ipympl=0.9.3
- pip
- pip:
- opencv-python==4.2.0.34
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ numpy
matplotlib
scipy
ipywidgets
ipympl
scikit-image
jupyter
opencv-python
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"matplotlib",
"scipy",
"ipywidgets",
"ipympl",
"scikit-image",
"jupyter",
"opencv-python",
Expand All @@ -24,7 +25,7 @@
"tqdm",
"pandas",
"absl-py",
"matplotlib-polyroi==0.1.6",
"matplotlib-polyroi>=0.1.6",
],
description="Cell cortex segmentation in C. elegans PAR protein images",
long_description=long_description,
Expand Down

0 comments on commit 8646409

Please # to comment.