diff --git a/requirements-dev.txt b/requirements-dev.txt index 9d50384..df29c0c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # Test / CI tooling for the data + notebook smoke tests -pytest>=7.4 -nbformat>=5.9 -nbmake>=1.5 -ipykernel>=6.25 -pandas>=1.3 +pytest>=8.4.2 +nbformat>=5.10.4 +nbmake>=1.5.5 +ipykernel>=6.31.0 +pandas>=2.3.3 diff --git a/requirements.txt b/requirements.txt index 7cf245e..d6e60d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ # Python >= 3.9 # Core data science -numpy>=1.20.0 -pandas>=1.3.0 -scipy>=1.7.0 +numpy>=2.0.2 +pandas>=2.3.3 +scipy>=1.13.1 # Visualization -matplotlib>=3.4.0 -seaborn>=0.11.0 +matplotlib>=3.9.4 +seaborn>=0.13.2 # Machine Learning -scikit-learn>=1.0.0 +scikit-learn>=1.6.1 # Jupyter -jupyter>=1.0.0 -notebook>=6.4.0 +jupyter>=1.1.1 +notebook>=7.5.7