You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added feature to allow for conversion of these premade mappings provided by SNOMED into SSSOM format. (WIP)
General updates
- cli.py: Reorganized SSSOM_READ_FORMATS: Top half are plain data formats, and bottom half are special-case formats. Both halves of the list are alphabetically sorted.
Tentative updates
- Changed some relative imports to absolute imports, in order to speed up development and make debugging easier. It is possible that this could be a good permanent change too, though.
Dev updates
- requirements-unlocked.txt: Unversioned variation of requirements.txt
- requirements.txt: Included this because I don't know if setup.py is sufficient to install packages in a standalone dev environment. Also, it is shown to be expected in the documentation: https://mapping-commons.github.io/sssom-py/installation.html#installation-for-developers
# joeflack4 2022/02/24: I commented these specific versions out for now because of these errors:
17
+
# ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
18
+
# sparqlslurper 0.4.1 requires rdflib~=5.0, but you have rdflib 6.1.1 which is incompatible.
19
+
# pyshexc 0.8.3 requires rdflib~=5.0, but you have rdflib 6.1.1 which is incompatible.
20
+
# pyshex 0.7.20 requires rdflib~=5.0, but you have rdflib 6.1.1 which is incompatible.
21
+
# linkml 1.0.2 requires rdflib~=5.0, but you have rdflib 6.1.1 which is incompatible.
22
+
# linkml-model 1.0.0 requires rdflib~=5.0, but you have rdflib 6.1.1 which is incompatible.
0 commit comments