Skip to content

Commit

Permalink
Fixing some version issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Nov 9, 2023
1 parent 086c814 commit 7f0c665
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# name: bioimage_embed
channels:
# - bioconda
- pytorch
- conda-forge
# - defaults
- defaults
- torch
- bioconda
dependencies:
- cudatoolkit-dev=10
- python=3.9
Expand All @@ -14,7 +13,8 @@ dependencies:
- libgcc
- pytorch
- pillow=9.5.0
- snakemake-minimal
- pip
- pip:
- -e .
- nonechucks
- -e .
- nonechucks
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ albumentations = "^1.3.1"
timm = "^0.9.6"
pip = "^23.2.1"
hydra-core = "^1.3.2"
pyqt5 = "^5.15.9"
# pyqt5 = "^5.15.9"
requests = "^2.31.0"
shapely = "^2.0.1"
pyefd = "^1.6.0"
Expand Down

0 comments on commit 7f0c665

Please sign in to comment.