Skip to content

Commit

Permalink
chore: update allowed dependencies + dev reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jan 26, 2024
1 parent 7cb0287 commit 3c3121c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
blinker==1.7.0
click==8.1.7
coverage==7.3.2
Cython==3.0.6
coverage==7.4.0
Cython==3.0.8
exceptiongroup==1.2.0
Flask==3.0.0
importlib-metadata==7.0.0
Flask==3.0.1
importlib-metadata==7.0.1
iniconfig==2.0.0
itsdangerous==2.1.2
Jinja2==3.1.2
Jinja2==3.1.3
joblib==1.3.2
MarkupSafe==2.1.3
numpy==1.26.2
orjson==3.9.10
MarkupSafe==2.1.4
numpy==1.26.3
orjson==3.9.12
packaging==23.2
pandas==2.1.3
pandas==2.2.0
parasail==1.3.4
patsy==0.5.4
pluggy==1.3.0
pyfamsa==0.3.0
patsy==0.5.6
pluggy==1.4.0
pyfamsa==0.3.1
pyparsing==3.1.1
pysam==0.22.0
pytest==7.4.3
pytest==7.4.4
pytest-cov==4.1.0
python-dateutil==2.8.2
pytz==2023.3.post1
scikit-learn==1.3.2
scipy==1.11.4
scikit-learn==1.4.0
scipy==1.12.0
six==1.16.0
statsmodels==0.14.0
statsmodels==0.14.1
strkit_rust_ext==0.5.0
threadpoolctl==3.2.0
tomli==2.0.1
tzdata==2023.3
tzdata==2023.4
Werkzeug==3.0.1
zipp==3.17.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"numpy>=1.23.4,<1.27",
"parasail>=1.2.4,<1.4",
"pyfamsa>=0.3.0,<0.4",
"scikit-learn>=1.2.1,<1.4",
"scipy>=1.10,<1.12",
"scikit-learn>=1.2.1,<1.5",
"scipy>=1.10,<1.13",
"statsmodels>=0.14.0,<0.15",
],
extras_require={
Expand Down

0 comments on commit 3c3121c

Please sign in to comment.