Skip to content

Commit

Permalink
fix yaml dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasprobst committed Dec 7, 2023
1 parent cb8691f commit adb35c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ include_package_data = True
install_requires =
appdirs >= 1.4.4
importlib_resources
numpy #>= 1.20, <1.23.0
numpy >= 1.20
h5py > 3.7.0
matplotlib >= 3.5.2
IPython >= 7.34.0 # colab wants 7.34.0
pyyaml < 5.4.0 # 5.4 does not work with python 3.11!
pyyaml > 6.0 # 5.4 does not work with python 3.11!
xarray >= 2022.3.0
pint == 0.21.1 # pint >= 0.19.2<0.22.0 Note: 0.22.0 shows bad str-output for quantities with format Lx~
pint_xarray # >= 0.2.1
Expand Down

0 comments on commit adb35c9

Please sign in to comment.