Skip to content

Commit

Permalink
align requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-sp committed Nov 29, 2024
1 parent e9a78c0 commit 7915562
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Getting started
Installation
^^^^^^^^^^^^^^^^

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

.. code-block::
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"numpy>=1.17.3",
"numpy>=1.17.3, <2.0.0",
"scipy>=0.11.0",
"scikit-learn>=0.24.1",
"numba>=0.46.0",
"numba>=0.46.0, <0.60.0",
"pandas",
"matplotlib",
"seaborn",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.17.3
numba>=0.46.0
numpy>=1.17.3,<2.0.0
numba>=0.46.0,<0.60.0
scipy>=0.11.0
scikit-learn>=0.24.1
pandas
Expand Down

0 comments on commit 7915562

Please sign in to comment.