Skip to content

Commit

Permalink
reordering pip statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgwen committed Aug 16, 2024
1 parent 783d780 commit 34d8747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/tests-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ jobs:
create-args: >-
python=${{ matrix.python-version }}
- name: Install NumPy
shell: bash -l {0}
run: pip install numpy==1.23.5

- name: Install Python-Javabridge
shell: bash -l {0}
run: pip install python-javabridge==4.0.3

- name: Micromamba info
shell: bash -l {0}
run: |
Expand Down
5 changes: 3 additions & 2 deletions requirements/environment_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
dependencies:
- python<=3.10
- pip==23.3.2
- numpy==1.23.5
# - numpy==1.23.5
- scipy<=1.11.4
- scikit-image<=0.22.0
- matplotlib<=3.8.2
Expand All @@ -21,9 +21,10 @@ dependencies:
- networkx<=3.2.1
- pip:
# - setuptools==58.2.0
- numpy==1.23.5
- torch==1.13.1
- python-bioformats==4.0.7
# - python-javabridge==4.0.3
- python-javabridge==4.0.3
- protobuf==3.20.3
- onnx==1.15.0
- onnxruntime==1.16.3
Expand Down

0 comments on commit 34d8747

Please sign in to comment.