Skip to content
Snippets Groups Projects
Commit cd5e745f authored by Karim Ahmed's avatar Karim Ahmed
Browse files

pin xarray to a stable version for pycalibration

parent bf691aca
No related branches found
No related tags found
1 merge request!706pin xarray to "2022.3.0", a stable version for pycalibration
...@@ -60,6 +60,7 @@ install_requires = [ ...@@ -60,6 +60,7 @@ install_requires = [
"astcheck==0.2.5", "astcheck==0.2.5",
"astsearch==0.2.0", "astsearch==0.2.0",
"cfelpyutils==1.0.1", "cfelpyutils==1.0.1",
"calibration_client==10.0.0",
"dill==0.3.0", "dill==0.3.0",
"docutils==0.17.1", "docutils==0.17.1",
"dynaconf==3.1.4", "dynaconf==3.1.4",
...@@ -102,7 +103,7 @@ install_requires = [ ...@@ -102,7 +103,7 @@ install_requires = [
"sphinx==1.8.5", "sphinx==1.8.5",
"tabulate==0.8.6", "tabulate==0.8.6",
"traitlets==4.3.3", "traitlets==4.3.3",
"calibration_client==10.0.0", "xarray==2022.3.0",
] ]
if "readthedocs.org" not in sys.executable: if "readthedocs.org" not in sys.executable:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment