* Add json validate * Fix json schema * Fix schema loader * Add unit test * Update bom file * Update all requarments * Update dev requarments * Update requrments * Update path to schema * Update schema * Add some unit tests * Move schema to root dir * Update schema path in bom file * Fix unit test * Fix bom * Change path to schema * update setup * Fix setup * Fix mo args test * Refactoring some code * Refactoring according to review * Update sort imports * Remove id attribute from schema * Refactoring validator * Fix according to review * Move schema from json to dict. Update unit tests. * Fix BOM file * Update bom file
8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
# TensorFlow 1.x and 2.x are incompatible, use separate virtual environments for each version
|
|
tensorflow~=1.15.5
|
|
networkx~=2.5
|
|
numpy>=1.16.6,<1.19
|
|
defusedxml>=0.7.1
|
|
requests>=2.25.1
|
|
fastjsonschema~=2.15.1
|