Skip to content

Commit

Permalink
added tomlkit
Browse files Browse the repository at this point in the history
  • Loading branch information
acycliq committed Mar 19, 2024
1 parent 93080f2 commit 2dcc426
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 @@ -16,6 +16,7 @@ dependencies:
- natsort
- streamlit
- altair
- tomlkit
- pip:
- jupyterlab
- diplib
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ diplib==3.4.1
pyvips
redis
fastremap
tomlkit
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ def get_static_files(root):

install_deps = ['numpy_groupies', 'pandas', 'scipy', 'dask', 'streamlit', 'altair',
'scikit-image', 'scikit-learn', 'tqdm', 'flask', 'fastremap',
'numexpr', 'diplib', 'pyvips', 'natsort', 'redis', 'pytest']
'numexpr', 'diplib', 'pyvips', 'natsort', 'redis', 'pytest',
'tomlkit']

version = None
with open(os.path.join('pciSeq', '_version.py'), 'r') as fid:
Expand Down

0 comments on commit 2dcc426

Please sign in to comment.