Skip to content

Commit

Permalink
Updated requirements.txt to fix installation and import issues
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkle12 committed Aug 8, 2024
1 parent afc5e3b commit 306127a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.19.2,<2.0.0
pyteomics>=3.5.1,<4.0.0
pyteomics>=4.0.0,<4.7.3
pulp>=2.6,<3.0.0
PyYAML>=5.3,<6.0.0
matplotlib>=3.3.4,<4.0.0
PyYAML>=6.0.0,<6.0.2
matplotlib>=3.3.4,<4.0.0
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author_email = [email protected]
summary = Python Package for running custom protein inference algorithms on tab-formatted tandem MS/MS search results.
description_file = README.md
home_page = https://github.com/thinkle12/pyproteininference
version = 1.0.0
version = 1.0.1
license = Apache-2
keywords =
proteininference
Expand All @@ -21,4 +21,4 @@ with-docs = 1

[flake8]
max-line-length = 120
exclude = .git,.tox,.venv,doc,migrations
exclude = .git,.tox,.venv,doc,migrations
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
pbr=True,
scripts=glob.glob("scripts/*.py"),
name="pyproteininference",
version="1.0.0",
version="1.0.1",
url="https://github.com/thinkle12/pyproteininference",
license="Apache-2",
author="Trent Hinkle",
Expand Down

0 comments on commit 306127a

Please sign in to comment.