LICENSE
MANIFEST.in
OWNERS
OWNERS_ALIASES
Pipfile
Pipfile.lock
README.rst
mypy.ini
requirements.txt
setup.py
docs/source/architecture.rst
docs/source/boots.rst
docs/source/compatibility.rst
docs/source/conf.py
docs/source/dependency_monkey.rst
docs/source/deployment.rst
docs/source/developers_guide.rst
docs/source/index.rst
docs/source/integration.rst
docs/source/introduction.rst
docs/source/justifications.rst
docs/source/manifest_changes.rst
docs/source/performance.rst
docs/source/pipeline.rst
docs/source/predictor.rst
docs/source/provenance_checks.rst
docs/source/pseudonyms.rst
docs/source/resolution.rst
docs/source/resolver.rst
docs/source/sieves.rst
docs/source/steps.rst
docs/source/strides.rst
docs/source/unit.rst
docs/source/wraps.rst
docs/source/_static/architecture.dia
docs/source/_static/architecture.png
docs/source/_static/asa_data.png
docs/source/_static/asa_no_data.png
docs/source/_static/asa_tc_09.png
docs/source/_static/asa_tc_098.png
docs/source/_static/beam_history_plot.png
docs/source/_static/dm.png
docs/source/_static/hill_climbing.png
docs/source/_static/history_random_data.png
docs/source/_static/mcts.gif
docs/source/_static/mcts_beam.png
docs/source/_static/mcts_predictor.png
docs/source/_static/mcts_resolver.png
docs/source/_static/mdp.dia
docs/source/_static/mdp.png
docs/source/_static/pipeline.dia
docs/source/_static/pipeline.gif
docs/source/_static/pipeline.png
docs/source/_static/pipeline_builder.gif
docs/source/_static/random_walk.gif
docs/source/_static/random_walk.png
docs/source/_static/rl_video.png
docs/source/_static/shared_dependencies.dia
docs/source/_static/shared_dependencies.png
docs/source/_static/state_space.png
docs/source/_static/state_space_guided.png
docs/source/_static/state_space_interpolated.png
docs/source/_static/state_space_spikes.png
docs/source/_static/td.gif
docs/source/_static/td_beam.png
docs/source/_static/td_predictor.png
docs/source/_static/td_resolver.png
docs/source/_templates/layout.html
docs/source/predictors/annealing.rst
docs/source/predictors/hill_climbing.rst
docs/source/predictors/latest.rst
docs/source/predictors/mcts.rst
docs/source/predictors/neural_network.rst
docs/source/predictors/package_combinations.rst
docs/source/predictors/random_walk.rst
docs/source/predictors/reinforcement_learning.rst
docs/source/predictors/sampling.rst
docs/source/predictors/temporal_difference_learning.rst
tests/__init__.py
tests/base.py
tests/conftest.py
tests/graph_mock.py
tests/helpers.py
tests/test_beam.py
tests/test_context.py
tests/test_dependency_monkey.py
tests/test_dm_report.py
tests/test_exceptions.py
tests/test_pipeline_builder.py
tests/test_pipeline_config.py
tests/test_predictor.py
tests/test_product.py
tests/test_report.py
tests/test_resolver.py
tests/test_solver.py
tests/test_state.py
tests/test_step.py
tests/test_unit.py
tests/boots/__init__.py
tests/boots/test_fully_specified_environment.py
tests/boots/test_platform.py
tests/boots/test_python_version.py
tests/boots/test_rhel_version.py
tests/boots/test_solved_software_environment.py
tests/boots/test_ubi.py
tests/data/graph/db_0.yaml
tests/data/graph/db_1.yaml
tests/data/graph/db_2.yaml
tests/data/projects/Pipfile
tests/data/projects/Pipfile.lock
tests/data/projects/Pipfile_project0
tests/data/projects/Pipfile_project1
tests/predictors/__init__.py
tests/predictors/test_annealing.py
tests/predictors/test_hill_climbing.py
tests/predictors/test_latest.py
tests/predictors/test_mcts.py
tests/predictors/test_package_combinations.py
tests/predictors/test_random_walk.py
tests/predictors/test_sampling.py
tests/predictors/test_td.py
tests/pseudonyms/__init__.py
tests/pseudonyms/test_intel_tensorflow.py
tests/pseudonyms/test_tensorflow_gpu.py
tests/pseudonyms/_debug/__init__.py
tests/pseudonyms/_debug/test_alias.py
tests/sieves/__init__.py
tests/sieves/test_abi_compat.py
tests/sieves/test_filter_index.py
tests/sieves/test_index_enabled.py
tests/sieves/test_locked.py
tests/sieves/test_prereleases.py
tests/sieves/test_solved.py
tests/sieves/test_version_constraint.py
tests/sieves/backports/__init__.py
tests/sieves/backports/test_enum34.py
tests/sieves/backports/test_functools32.py
tests/sieves/backports/test_importlib_metadata.py
tests/sieves/backports/test_importlib_resources.py
tests/sieves/backports/test_mock.py
tests/sieves/pandas/__init__.py
tests/sieves/pandas/test_py36_drop.py
tests/sieves/setuptools/__init__.py
tests/sieves/setuptools/test_py36.py
tests/sieves/tensorflow/__init__.py
tests/sieves/tensorflow/test_tf_cuda.py
tests/sieves/tensorflow/test_tf_py39.py
tests/steps/__init__.py
tests/steps/test_aicoe.py
tests/steps/test_cve.py
tests/steps/test_dropout.py
tests/steps/test_security_indicators.py
tests/steps/tensorflow/__init__.py
tests/steps/tensorflow/test_tf_113_numpy.py
tests/steps/tensorflow/test_tf_114_gast.py
tests/steps/tensorflow/test_tf_21_h5py.py
tests/steps/tensorflow/test_tf_21_urllib3.py
tests/steps/tensorflow/test_tf_22_numpy.py
tests/steps/tensorflow/test_tf_22_prob.py
tests/steps/tensorflow/test_tf_avx2.py
tests/steps/tensorflow/test_tf_rm_scipy.py
tests/strides/__init__.py
tests/strides/test_one_version.py
tests/strides/test_random_decision.py
tests/strides/test_unique_stack.py
tests/units/__init__.py
tests/units/boots.py
tests/units/pseudonyms.py
tests/units/sieves.py
tests/units/steps.py
tests/units/strides.py
tests/units/wraps.py
tests/wraps/__init__.py
tests/wraps/test_no_observation.py
tests/wraps/python/__init__.py
tests/wraps/python/test_no_semantic_interposition.py
tests/wraps/pytorch/__init__.py
tests/wraps/tensorflow/__init__.py
tests/wraps/tensorflow/test_intel.py
tests/wraps/tensorflow/test_mkl_threads.py
tests/wraps/tensorflow/test_tf_23_accuracy.py
tests/wraps/tensorflow/test_tf_23_dict_bug.py
tests/wraps/tensorflow/test_tf_intel.py
tests/wraps/tensorflow/test_tf_mkl_threads.py
thoth/adviser/__init__.py
thoth/adviser/beam.py
thoth/adviser/boot.py
thoth/adviser/cli.py
thoth/adviser/context.py
thoth/adviser/dependency_monkey.py
thoth/adviser/digests_fetcher.py
thoth/adviser/dm_report.py
thoth/adviser/enums.py
thoth/adviser/exceptions.py
thoth/adviser/pipeline_builder.py
thoth/adviser/pipeline_config.py
thoth/adviser/predictor.py
thoth/adviser/product.py
thoth/adviser/pseudonym.py
thoth/adviser/py.typed
thoth/adviser/report.py
thoth/adviser/resolver.py
thoth/adviser/run.py
thoth/adviser/sieve.py
thoth/adviser/solver.py
thoth/adviser/state.py
thoth/adviser/step.py
thoth/adviser/stride.py
thoth/adviser/unit.py
thoth/adviser/utils.py
thoth/adviser/wrap.py
thoth/adviser/boots/__init__.py
thoth/adviser/boots/fully_specified_environment.py
thoth/adviser/boots/platform.py
thoth/adviser/boots/python_version.py
thoth/adviser/boots/rhel_version.py
thoth/adviser/boots/solved_software_environment.py
thoth/adviser/boots/ubi.py
thoth/adviser/boots/_debug/__init__.py
thoth/adviser/boots/_debug/memtrace.py
thoth/adviser/predictors/__init__.py
thoth/adviser/predictors/annealing.py
thoth/adviser/predictors/hill_climbing.py
thoth/adviser/predictors/latest.py
thoth/adviser/predictors/mcts.py
thoth/adviser/predictors/package_combinations.py
thoth/adviser/predictors/random_walk.py
thoth/adviser/predictors/sampling.py
thoth/adviser/predictors/td.py
thoth/adviser/pseudonyms/__init__.py
thoth/adviser/pseudonyms/intel_tensorflow.py
thoth/adviser/pseudonyms/tensorflow_gpu.py
thoth/adviser/pseudonyms/_debug/__init__.py
thoth/adviser/pseudonyms/_debug/alias.py
thoth/adviser/sieves/__init__.py
thoth/adviser/sieves/abi_compat.py
thoth/adviser/sieves/filter_index.py
thoth/adviser/sieves/index_enabled.py
thoth/adviser/sieves/locked.py
thoth/adviser/sieves/prereleases.py
thoth/adviser/sieves/solved.py
thoth/adviser/sieves/version_constraint.py
thoth/adviser/sieves/backports/__init__.py
thoth/adviser/sieves/backports/enum34.py
thoth/adviser/sieves/backports/functools32.py
thoth/adviser/sieves/backports/importlib_metadata.py
thoth/adviser/sieves/backports/importlib_resources.py
thoth/adviser/sieves/backports/mock.py
thoth/adviser/sieves/pandas/__init__.py
thoth/adviser/sieves/pandas/py36_drop.py
thoth/adviser/sieves/setuptools/__init__.py
thoth/adviser/sieves/setuptools/py36.py
thoth/adviser/sieves/tensorflow/__init__.py
thoth/adviser/sieves/tensorflow/tf_cuda.py
thoth/adviser/sieves/tensorflow/tf_py39.py
thoth/adviser/steps/__init__.py
thoth/adviser/steps/aicoe.py
thoth/adviser/steps/cve.py
thoth/adviser/steps/dropout.py
thoth/adviser/steps/security_indicators.py
thoth/adviser/steps/_debug/__init__.py
thoth/adviser/steps/_debug/generate_score.py
thoth/adviser/steps/_debug/mock_score.py
thoth/adviser/steps/_debug/set_score.py
thoth/adviser/steps/tensorflow/__init__.py
thoth/adviser/steps/tensorflow/tf_113_numpy.py
thoth/adviser/steps/tensorflow/tf_114_gast.py
thoth/adviser/steps/tensorflow/tf_21_h5py.py
thoth/adviser/steps/tensorflow/tf_21_urllib3.py
thoth/adviser/steps/tensorflow/tf_22_numpy.py
thoth/adviser/steps/tensorflow/tf_22_prob.py
thoth/adviser/steps/tensorflow/tf_avx2.py
thoth/adviser/steps/tensorflow/tf_rm_scipy.py
thoth/adviser/strides/__init__.py
thoth/adviser/strides/one_version.py
thoth/adviser/strides/random_decision.py
thoth/adviser/strides/unique_stack.py
thoth/adviser/wraps/__init__.py
thoth/adviser/wraps/no_onservation.py
thoth/adviser/wraps/python/__init__.py
thoth/adviser/wraps/python/no_semantic_interposition.py
thoth/adviser/wraps/pytorch/__init__.py
thoth/adviser/wraps/tensorflow/__init__.py
thoth/adviser/wraps/tensorflow/tf_23_accuracy.py
thoth/adviser/wraps/tensorflow/tf_23_dict_bug.py
thoth/adviser/wraps/tensorflow/tf_intel.py
thoth/adviser/wraps/tensorflow/tf_mkl_threads.py
thoth_adviser.egg-info/PKG-INFO
thoth_adviser.egg-info/SOURCES.txt
thoth_adviser.egg-info/dependency_links.txt
thoth_adviser.egg-info/entry_points.txt
thoth_adviser.egg-info/not-zip-safe
thoth_adviser.egg-info/requires.txt
thoth_adviser.egg-info/top_level.txt