Skip to content

Commit

Permalink
removing versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Apr 19, 2024
1 parent 6501ad7 commit 5064b82
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 27 deletions.
19 changes: 10 additions & 9 deletions conda-enviroment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ channels:
- bioconda
dependencies:
- biopython
- Click=7.0
- gffutils=0.10.1
- numpy=1.16.3
- PyYAML=5.1.2
- requests=2.21.0
- simplejson=3.16.0
- ratelimit=2.2.1
- pathos=0.2.8
- Click
- gffutils
- numpy
- PyYAML
- requests
- simplejson
- ratelimit
- pathos
- bioconda::pyteomics
- pybedtools=0.8.2
- pybedtools
- matplotlib
- bioconda::pyopenms
- pytest
19 changes: 10 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
biopython==1.79
Click==7.0
gffutils==0.10.1
biopython
Click
gffutils
numpy
PyYAML==5.1.2
requests==2.21.0
simplejson==3.16.0
ratelimit==2.2.1
pyteomics==4.4.2
pathos==0.2.8
PyYAML
requests
simplejson
ratelimit
pyteomics
pathos
pybedtools
pandas
pyopenms
matplotlib
pytest
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ def readme():
license='LICENSE.txt',
include_package_data=True,
install_requires=[
'biopython==1.79',
'Click==7.0',
'gffutils==0.10.1',
'biopython',
'Click',
'gffutils',
'numpy',
'pandas',
'PyYAML==5.1.2',
'requests==2.21.0',
'simplejson==3.16.0',
'ratelimit==2.2.1',
'pyteomics==4.4.2',
'pathos==0.2.8',
'PyYAML',
'requests',
'simplejson',
'ratelimit',
'pyteomics',
'pathos',
'pybedtools',
'pyopenms',
'matplotlib'
Expand Down

0 comments on commit 5064b82

Please sign in to comment.