Skip to content

Commit

Permalink
Change exact version defs to minimal version defs. Significantly redu…
Browse files Browse the repository at this point in the history
…ce r base version requirements to help resolve deps
  • Loading branch information
bkmarzouk committed Nov 9, 2023
1 parent b35b276 commit 1426efb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requires-python = ">=3.10"
dependencies = [
"pandas",
"numpy",
"streamlit == 1.27.0",
"streamlit >= 1.27.0",
"requests",
"types-requests",
"clint"
Expand Down
6 changes: 3 additions & 3 deletions src/SOPRANO/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ channels:
- anaconda
dependencies:
- perl
- bedtools=2.31.0
- bedtools>=2.31.0
- python>=3.10,<3.12
- pip
- pandas
- numpy
- streamlit==1.27.0
- streamlit>=1.27.0
- requests
- types-requests
- clint
- black
- pytest
- pytest-dependency
- ruff
- r-base=4.3.2
- r-base>=4.0.0
6 changes: 3 additions & 3 deletions src/SOPRANO/ci_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ channels:
- anaconda
dependencies:
- perl
- bedtools=2.31.0
- bedtools>=2.31.0
- python>=3.10,<3.12
- coreutils
- pip
- pandas
- numpy
- streamlit==1.27.0
- streamlit>=1.27.0
- requests
- types-requests
- clint
- black
- pytest
- pytest-dependency
- ruff
- r-base=4.3.2
- r-base>=4.0.0
4 changes: 2 additions & 2 deletions src/SOPRANO/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ channels:
- anaconda
dependencies:
- perl
- bedtools=2.31.0
- bedtools>=2.31.0
- ca-certificates
- openssl
- samtools
- coreutils # [osx]
- python>=3.10,<3.12
- pip
- r-base=4.3.2
- r-base>=4.0.0
- r-devtools
- r-vcfr
- r-readr
Expand Down

0 comments on commit 1426efb

Please sign in to comment.