Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Jan 2, 2025
1 parent 2a5de54 commit b9a13d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions requirements-dev-osx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ matplotlib
pylibmc>=1.5.1
redis
simplejpeg
ipyvue
aiohttp

# External dependencies
pip>=9
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ matplotlib
pylibmc>=1.5.1
redis
simplejpeg
ipyvue
aiohttp

# External dependencies
pip>=9
Expand Down
1 change: 1 addition & 0 deletions requirements-test-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ matplotlib
pylibmc>=1.5.1
redis
simplejpeg
ipyvue
aiohttp

# External dependencies
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def prerelease_local_scheme(version):
'redis': ['redis>=4.5.5'],
'converter': [f'large-image-converter{limit_version}'],
'colormaps': ['matplotlib', 'tol_colors'],
'jupyter': ['aiohttp', 'ipyvue', 'ipyleaflet'],
'tiledoutput': ['pyvips'],
'performance': [
'psutil>=4.2.0',
Expand Down Expand Up @@ -110,8 +111,6 @@ def prerelease_local_scheme(version):
'palettable',
'Pillow',
'numpy',
'ipyvue',
'aiohttp',
'typing-extensions',
],
extras_require=extraReqs,
Expand Down

0 comments on commit b9a13d9

Please sign in to comment.