Skip to content

Commit 7915562

Browse files
committed
align requirements
1 parent e9a78c0 commit 7915562

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/source/getting-started.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ Getting started
66
Installation
77
^^^^^^^^^^^^^^^^
88

9-
The official repository can be found on `Github`_
10-
``GGLasso`` is available over ``pip`` and ``conda``. For installation from PyPi, simply run
9+
The official repository can be found on `Github`_. ``GGLasso`` is available over ``pip`` and ``conda``. For installation from PyPi, simply run
1110

1211
.. code-block::
1312

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ classifiers = [
3434
"Programming Language :: Python :: Implementation :: PyPy",
3535
]
3636
dependencies = [
37-
"numpy>=1.17.3",
37+
"numpy>=1.17.3, <2.0.0",
3838
"scipy>=0.11.0",
3939
"scikit-learn>=0.24.1",
40-
"numba>=0.46.0",
40+
"numba>=0.46.0, <0.60.0",
4141
"pandas",
4242
"matplotlib",
4343
"seaborn",

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
numpy>=1.17.3
2-
numba>=0.46.0
1+
numpy>=1.17.3,<2.0.0
2+
numba>=0.46.0,<0.60.0
33
scipy>=0.11.0
44
scikit-learn>=0.24.1
55
pandas

0 commit comments

Comments
 (0)