diff --git a/requirements.txt b/requirements.txt index 96de52f7..da8a0db0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,18 @@ -numpy~=1.24.4 -scipy~=1.11.4 +numpy~=1.26.4 +scipy~=1.12.0 casadi~=3.6.4 pandas~=2.0.3 -matplotlib~=3.8.2 -seaborn~=0.13.0 -tqdm~=4.65.0 +matplotlib~=3.8.3 +seaborn~=0.13.2 +tqdm~=4.66.2 sortedcontainers~=2.4.0 -dill~=0.3.7 +dill~=0.3.8 neuralfoil~=0.1.10 -plotly~=5.17.0 -pyvista~=0.42.2 -ipyvtklink~=0.2.2 -trimesh~=3.18.3 -sympy~=1.11.1 +plotly~=5.19.0 +pyvista~=0.43.3 +ipyvtklink~=0.2.3 +trimesh~=3.22.4 +sympy~=1.12 cadquery~=2.3.1 shapely~=2.0.1 -pytest~=7.1.2 +pytest~=8.0.2 diff --git a/setup.py b/setup.py index 202f4f44..c22a7b55 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ packages=find_packages(exclude=['docs', 'media', 'studies', 'tutorial']), python_requires='>=3.8', install_requires=[ - 'numpy >= 1.20.0, <1.25a0', + 'numpy >= 1.20.0, <2.0a0', 'scipy >= 1.7.0', 'casadi >= 3.6.4', 'pandas >= 2',