Skip to content

Commit

Permalink
fix dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
WassimG committed Oct 10, 2024
1 parent 5734668 commit 6d9f9d5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
15 changes: 10 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ matplotlib = "^3.6.3"
mokapot = ">=0.9.1,<0.11.0"
numpy = ">=1.20,<1.25"
seaborn = ">=0.12.2,<0.14.0"
spectrum_fundamentals = ">=0.7.6,<0.8.0"
spectrum-fundamentals = ">=0.7.6,<0.8.0"
spectrum-io = ">=0.6.3,<0.7.0"
picked_group_fdr = ">=0.7.1"

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ six==1.16.0 ; python_version >= "3.9" and python_full_version < "3.11.0"
sniffio==1.3.1 ; python_version >= "3.9" and python_full_version < "3.11.0"
snowballstemmer==2.2.0 ; python_version >= "3.9" and python_full_version < "3.11.0"
sortedcontainers==2.4.0 ; python_full_version >= "3.9.0" and python_full_version < "3.11.0"
spectrum-fundamentals==0.7.4 ; python_full_version >= "3.9.0" and python_full_version < "3.11.0"
spectrum-fundamentals==0.7.6 ; python_full_version >= "3.9.0" and python_full_version < "3.11.0"
spectrum-io==0.6.3 ; python_full_version >= "3.9.0" and python_full_version < "3.11.0"
sphinx-autobuild==2024.10.3 ; python_version >= "3.9" and python_full_version < "3.11.0"
sphinx-autodoc-typehints==2.3.0 ; python_version >= "3.9" and python_full_version < "3.11.0"
Expand Down Expand Up @@ -149,4 +149,4 @@ virtualenv==20.26.6 ; python_version >= "3.9" and python_full_version < "3.11.0"
watchfiles==0.24.0 ; python_version >= "3.9" and python_full_version < "3.11.0"
websockets==13.1 ; python_version >= "3.9" and python_full_version < "3.11.0"
xdoctest[colors]==1.2.0 ; python_full_version >= "3.9.0" and python_full_version < "3.11.0"
zipp==3.20.2 ; python_version >= "3.9" and python_full_version < "3.11.0"
zipp==3.20.2 ; python_version >= "3.9" and python_full_version < "3.11.0"

0 comments on commit 6d9f9d5

Please sign in to comment.