Skip to content

Commit

Permalink
Unpin matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Sep 20, 2024
1 parent a17f754 commit 7b608a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
numpy<2
matplotlib<3.5
scipy
openturns
jupyterlab
nbconvert
matplotlib
openturns>=1.23
black
pre-commit
flake8
Expand All @@ -12,5 +9,4 @@ numpydoc
pandas
tqdm
shapely
lxml-html-clean
joblib
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
keywords=["OpenTURNS", "benchmark"],
version="0.1.1",
packages=find_packages(),
install_requires=["numpy", "matplotlib", "scipy", "openturns>=1.16"],
install_requires=["numpy<2", "matplotlib", "openturns>=1.23"],
description="Benchmark problems for OpenTURNS",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7b608a0

Please sign in to comment.