Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Aug 7, 2024
1 parent 98b676b commit 50e24b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 69 deletions.
35 changes: 0 additions & 35 deletions docs/setup.py

This file was deleted.

33 changes: 0 additions & 33 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,3 @@
biopython==1.84
black==23.10.1
certifi @ file:///private/tmp/python-certifi-20231008-5561-13s00fm/certifi-2023.7.22
click==8.1.7
contourpy==1.2.1
coverage==7.3.2
cycler==0.12.1
Cython==3.0.4
docutils @ file:///private/tmp/docutils-20231015-5454-w1xze4/docutils-0.20.1
exceptiongroup==1.1.3
fonttools==4.53.1
iniconfig==2.0.0
kiwisolver==1.4.5
MarkupSafe @ file:///private/tmp/python-markupsafe-20231006-5545-ondi82/MarkupSafe-2.1.3
matplotlib==3.9.1
mock==5.1.0
mocktest==0.7.3
mypy-extensions==1.0.0
numpy==1.24.0
packaging @ file:///private/tmp/python-packaging-20231018-5368-zv724j/packaging-23.2
pandas==2.2.2
pathspec==0.11.2
pillow==10.4.0
platformdirs==3.11.0
pluggy==1.3.0
Pygments @ file:///private/tmp/pygments-20231008-5534-zuvwpt/Pygments-2.16.1
pyparsing==3.1.2
pytest==7.4.2
pytest-cov==4.1.0
pytest-mock==3.0.0
python-dateutil==2.9.0.post0
pytz==2024.1
six==1.16.0
tabulate @ file:///private/tmp/python-tabulate-20231006-5326-1cgwovj/tabulate-0.9.0
tomli==2.0.1
tzdata==2024.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Topic :: Scientific/Engineering",
]

REQUIRES = ["biopython>=1.84", "numpy>=1.24.0", "pandas>=2.2.2", "cython"]
REQUIRES = ["biopython>=1.84", "pandas>=2.2.2", "cython"]

setup(
name="orthohmm",
Expand Down

0 comments on commit 50e24b5

Please sign in to comment.