Skip to content

Commit

Permalink
Merge pull request #107 from daubners/surface_areas
Browse files Browse the repository at this point in the history
Surface areas
  • Loading branch information
amirDahari1 authored Jan 22, 2025
2 parents 025ea66 + 56a281e commit f326b21
Show file tree
Hide file tree
Showing 7 changed files with 488 additions and 208 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
numpy
torch
scipy
scikit-image
matplotlib
tifffile
myst_parser
Expand Down
4 changes: 3 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ matplotlib>3.6
pytest-runner==5.2
numpy>=1.24.2
tifffile==2023.2.3
myst-parser==0.18.1
myst-parser==0.18.1
scikit-image>=0.20.0
scipy>=1.3
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
with open('HISTORY.md') as history_file:
history = history_file.read()

requirements = ['Click>=7.0', 'numpy>=1.0', 'matplotlib>=3.4', 'tifffile>=2023.2.3']
requirements = [
'Click>=7.0',
'numpy>=1.0',
'matplotlib>=3.4',
'tifffile>=2023.2.3',
'scikit-image>=0.20.0',
'scipy>=1.3'
]

setup_requirements = ['pytest-runner', ]

Expand Down
Loading

0 comments on commit f326b21

Please sign in to comment.