Skip to content

Commit

Permalink
Dependencies (#435)
Browse files Browse the repository at this point in the history
* relax all dependencies

* trigger tests

* sphinx
  • Loading branch information
TimotheeMathieu committed Mar 6, 2024
1 parent 3e5590b commit dc0a1c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ torch = {version=">=2.0.0, !=2.0.1, !=2.1.0", optional=true}
pandas = "*"
numba = "^0.58.1"
scikit-fda = {version="^0.9", optional=true}
scikit-learn = {version="*", optional=true}
sphinx = {version="*", optional=true}
sphinx-gallery = { version= "*", optional=true}
sphinx-math-dollar = {version="*", optional=true}
numpydoc = {version="*", optional=true}
myst-parser = {version="*", optional=true}
scikit-learn = {version="1.2.2", optional=true}
sphinx = {version="6.2.1", optional=true}
sphinx-gallery = { version= "^0.14.0", optional=true}
sphinx-math-dollar = {version="^1.2.1", optional=true}
numpydoc = {version="^1.6.0", optional=true}
myst-parser = {version="^2.0.0", optional=true}


########### hack : some dependencies are not compatible #############
Expand Down

0 comments on commit dc0a1c6

Please sign in to comment.