Skip to content

Commit

Permalink
Only import ert/ecl2df on python < 3.11: quick-fix for dynageo which …
Browse files Browse the repository at this point in the history
…is on linux and python 3.11 (#217)
  • Loading branch information
roywilly authored Sep 20, 2023
1 parent eb1827e commit 8c7af6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sumo-wrapper-python
xtgeo
azure-core
pyarrow; python_version > "3.6.1"
ert; sys_platform != 'win32'
ecl2df; sys_platform != 'win32'
ert; sys_platform != 'win32' and python_version < "3.11"
ecl2df; sys_platform != 'win32' and python_version < "3.11"
fmu-dataio
OpenVDS; sys_platform != 'darwin'

0 comments on commit 8c7af6a

Please sign in to comment.