diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 9d20138ca..f97527f2d 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,7 +9,7 @@ dependencies: - gitpython =3.1.26 - h5io =0.1.7 - h5py =3.6.0 -- numpy =1.22.1 +- numpy =1.22.2 - pandas =1.4.0 - pathlib2 =2.3.6 - pint =0.18 diff --git a/setup.py b/setup.py index e0d76b00a..abaf4d4e6 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ 'gitpython==3.1.26', 'h5io==0.1.7', 'h5py==3.6.0', - 'numpy==1.22.1', + 'numpy==1.22.2', 'pandas==1.4.0', 'pathlib2==2.3.6', 'pint==0.18',