Skip to content

Commit

Permalink
install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lecriste committed Nov 25, 2024
1 parent 06a97f0 commit ad2c218
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Build a source tarball
- name: Install build
run: |
python -m pip install --upgrade pip
python -m pip install build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY .. .
# export PATH=$PATH:$PWD/build/bin

# Install the pipeline repository (along with the bbp-atlas CLI)
RUN pip install .
RUN pip install -r requirements.txt

# Install dependencies

Expand Down
13 changes: 5 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
pytest
pytest-cov
pyyaml
nexusforge>=0.8.2
sphinx
sphinx-bluebrain-theme
myst-parser
click
numpy
pynrrd
pyyaml
voxcell
click
pulp==2.7.0 # snakemake 7.32.3 breaks with pulp==2.8.0
snakemake==7.32.3
blue-cwl
pipeline-validator>=0.3.1
python-gitlab

0 comments on commit ad2c218

Please sign in to comment.