Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit a6fdf51

Browse files
authored
Merge pull request #107 from kabilar/main
Update dependencies to reduce Docker image size for GitHub Codespaces
2 parents 88aeb23 + 98fcbda commit a6fdf51

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ RUN \
66
apt update && \
77
apt-get install bash-completion graphviz default-mysql-client s3fs procps -y && \
88
pip install --no-cache-dir --upgrade pip && \
9-
pip install --no-cache-dir flake8 black pre-commit && \
109
# workflow dependencies
1110
apt-get install gcc ffmpeg libsm6 libxext6 -y && \
1211
# Commented out CaImAn installation due to Docker image size limits on Codespace

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

6-
## [0.3.0] - 2023-08-03
6+
## [0.3.1] - 2023-03-09
77

8-
+ Add - Demo capabilities using GitHub CodeSpaces
8+
+ Update - Simplify dependencies to reduce Docker image size for GitHub Codespaces
9+
10+
## [0.3.0] - 2023-03-08
11+
12+
+ Add - Demo capabilities using GitHub Codespaces
913

1014
## [0.2.0] - 2022-10-14
1115

@@ -50,6 +54,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
5054
+ Add - Containerization for pytests
5155
+ Comment - Phase previously designated 0.1.0 -> 0.0.0
5256

57+
[0.3.1]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.3.1
5358
[0.3.0]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.3.0
5459
[0.2.0]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.2.0
5560
[0.1.4]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.1.4

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ element-interface>=0.5.0
66
element-lab>=0.1.1
77
element-session>=0.1.2
88
ipykernel>=6.0.1
9-
jupytext>=1.13.7
109
nd2
1110
sbxreader @ git+https://github.com/datajoint/sbxreader
1211
scanreader @ git+https://github.com/atlab/scanreader.git

requirements_dev.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
djarchive-client @ git+https://github.com/datajoint/djarchive-client.git
21
pytest
32
pytest-cov
4-
shutils
3+
shutils

workflow_calcium_imaging/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Update the Docker image tag in `docker-compose-test.yaml` and
44
`docker-compose-dev.yaml` to match
55
"""
6-
__version__ = "0.3.0"
6+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)