Skip to content

Commit

Permalink
update versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliu committed Mar 2, 2024
1 parent 21a17dc commit 9f91e6c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions conda/macs3/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ requirements:
- Cython ~=3.0
- cykhash >=2.0,<3.0
- setuptools >=68.0
- hmmlearn >=0.3
- hmmlearn >=0.3.2
- scikit-learn >=1.3
host:
- python >=3.11
- zlib
- numpy >=1.25
- scipy >=1.12
- Cython ~=3.0
- hmmlearn >=0.3
- hmmlearn >=0.3.2
- scikit-learn >=1.3
- cykhash >=2.0,<3.0
run:
- python >=3.11
- numpy >=1.25
- scipy >=1.12
- hmmlearn >=0.3
- hmmlearn >=0.3.2
- scikit-learn >=1.3
- cykhash >=2.0,<3.0

Expand Down
8 changes: 4 additions & 4 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ reproducing your results, we also add them into the requirement list
with specific version numbers. So here is the list of the required
python libraries that will impact the numerical calculation in MACS3:

- numpy>=1.24
- hmmlearn>=0.3
- scikit-learn>=1.2,<1.4
- scipy>=1.10
- numpy>=1.25
- hmmlearn>=0.3.2
- scikit-learn>=1.3
- scipy>=1.12

### Cython

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires=['setuptools>=60.0', 'numpy>=1.24.2', 'scipy>=1.11.4', 'cykhash>=2.0,<3.0', 'Cython~=3.0', 'scikit-learn>=1.2.1', 'hmmlearn>=0.3.2']
requires=['setuptools>=68.0', 'numpy>=1.25', 'scipy>=1.12', 'cykhash>=2.0,<3.0', 'Cython~=3.0', 'scikit-learn>=1.3', 'hmmlearn>=0.3.2']

8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Cython~=3.0
numpy>=1.24.2
scipy>=1.11.4
scikit-learn>=1.2.1
numpy>=1.25
scipy>=1.12
scikit-learn>=1.3
hmmlearn>=0.3.2
cykhash>=2.0,<3.0
pytest>=7.0
setuptools>=60.0
setuptools>=68.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
'Programming Language :: Python :: 3.12',
'Programming Language :: Cython', ]

install_requires = [ "numpy>=1.24.2",
"scipy>=1.11.4",
install_requires = [ "numpy>=1.25",
"scipy>=1.12",
"hmmlearn>=0.3.2",
"scikit-learn>=1.2.1",
"scikit-learn>=1.3",
"cykhash>=2.0,<3.0"]


Expand Down

0 comments on commit 9f91e6c

Please sign in to comment.