Skip to content

Commit

Permalink
BLD: pin tables < 3.9 for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes committed Oct 6, 2023
1 parent 70fa992 commit 1d09e43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ dependencies = [
"scipy>=1.5",
"segyio>1.8.0",
"shapely>=1.6.2",
"tables;platform_system != 'Darwin'", # TODO: update when fixed for mac
"tables<3.9;platform_system != 'Darwin' and python_version == '3.8'", # TODO: mac...
"tables;platform_system != 'Darwin' and python_version > '3.8'", # TODO: mac...
"typing-extensions",
]

Expand Down

0 comments on commit 1d09e43

Please sign in to comment.