Skip to content
#

rbm

Here are 95 public repositories matching this topic...

netket
PhilipVinc
PhilipVinc commented May 11, 2021

This should prevent things like #701
It would be great to generate automatically the list of oldest dependencies with something like

import pkg_resources

package = pkg_resources.working_set.by_key["netket"]

oldest_dependencies = []

for requirement in package.requires():
    dependency = requirement.project_name
    if requirement.extras:
        dependency += '[' + ','.

Improve this page

Add a description, image, and links to the rbm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rbm topic, visit your repo's landing page and select "manage topics."

Learn more