diff --git a/.binder/environment.yml b/.binder/environment.yml index 07f092e..b527daa 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- numpy =1.26.4 +- numpy =2.1.2 - openjdk - owlready2 =0.46 - pandas =2.2.2 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 82304cc..4f5d0f0 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: -- numpy =1.26.4 +- numpy =2.1.2 - openjdk - owlready2 =0.46 - pandas =2.2.2 diff --git a/docs/environment.yml b/docs/environment.yml index c5f8ad6..0f7063a 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -7,7 +7,7 @@ dependencies: - sphinx-gallery - sphinx-rtd-theme - versioneer -- numpy =1.26.4 +- numpy =2.1.2 - openjdk - owlready2 =0.46 - pandas =2.2.2 diff --git a/pyproject.toml b/pyproject.toml index 180f36f..9bc5697 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "numpy==1.26.4", + "numpy==2.1.2", "owlready2==0.46", "pandas==2.2.2", "pint==0.23",