Skip to content

Commit

Permalink
fix: make installataion conda friendly
Browse files Browse the repository at this point in the history
the pip installation was fixed but due different packages present in conda and pip this should be a broad fix.
  • Loading branch information
MmasterT committed Jun 6, 2023
1 parent 9129dbf commit 754aebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -23,7 +23,7 @@ dependencies:
- pyyaml>=5.1.2
- scipy>=1.3.1
- snakemake-minimal>=5.7.0
- sqlalchemy==1.4.48
- sqlalchemy>1.4.0,<2
- sqlalchemy-utils==0.34.1
- sqlite
- tabulate>=0.8.5
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -11,7 +11,7 @@ pysam>=0.15.3
pyyaml>=5.1.2
scipy>=1.3.1
snakemake>=5.7.0
sqlalchemy==1.4.48
sqlalchemy>1.4.0,<2
sqlalchemy-utils==0.37
tabulate>=0.8.5
pytest>=5.4.1
Expand Down

0 comments on commit 754aebf

Please sign in to comment.