File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ dynamic = [
1414 ' version' ,
1515]
1616dependencies = [
17- " asdf-standard>=1.1.0" ,
17+ # "asdf-standard>=1.1.0",
18+ " asdf-standard @ git+https://github.com/braingram/asdf-standard.git@missing_transform_schemas" ,
1819 " importlib-metadata>=4.11.4 ; python_version<='3.11'" ,
1920 " jmespath>=0.6.2" ,
2021 " numpy>=1.22" ,
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ allowlist_externals =
6969extras =
7070commands_pre =
7171 bash -c " pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
72- git clone https://github.com/asdf-format /asdf-standard.git
72+ git clone https://github.com/braingram /asdf-standard.git -b missing_transform_schemas
7373 pip install -e asdf-standard[test]
7474 pip install -r {env_tmp_dir}/requirements.txt
7575 pip freeze
You can’t perform that action at this time.
0 commit comments