Skip to content

Commit

Permalink
Avoid crash on Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Nov 27, 2024
1 parent 5d1d58d commit 31ee271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"pyarrow",
"pyyaml>=5.1",
"treelib",
"xtgeo<4.3.2; python_version<='3.8'",
]

TEST_REQUIREMENTS = (
Expand Down

0 comments on commit 31ee271

Please sign in to comment.