Skip to content

Commit

Permalink
Require at min. v4.4.6 for PyCIFRW
Browse files Browse the repository at this point in the history
Fixes #182

Generate and update `cif-core.ttl` under ontologies.
  • Loading branch information
CasperWA committed Nov 1, 2023
1 parent badb226 commit 6dbd68a
Show file tree
Hide file tree
Showing 3 changed files with 27,531 additions and 483 deletions.
2 changes: 0 additions & 2 deletions dic2owl/dic2owl/dic2owl.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
from contextlib import redirect_stderr
from os import devnull as DEVNULL
from pathlib import Path

# import textwrap
import types
from typing import TYPE_CHECKING
import urllib.request
Expand Down
2 changes: 1 addition & 1 deletion dic2owl/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
EMMOntoPy>=0.6.0,<1
PyCifRW>=4.4.5,<5
PyCifRW>=4.4.6,<5
Loading

0 comments on commit 6dbd68a

Please sign in to comment.