Remote result viewing+hashing
Showing
- requirements.txt 9 additions, 8 deletionsrequirements.txt
- src/unitgrade.egg-info/PKG-INFO 1 addition, 1 deletionsrc/unitgrade.egg-info/PKG-INFO
- src/unitgrade/__init__.py 2 additions, 0 deletionssrc/unitgrade/__init__.py
- src/unitgrade/dashboard/app.py 8 additions, 9 deletionssrc/unitgrade/dashboard/app.py
- src/unitgrade/evaluate.py 14 additions, 7 deletionssrc/unitgrade/evaluate.py
- src/unitgrade/framework.py 8 additions, 0 deletionssrc/unitgrade/framework.py
- src/unitgrade/utils.py 71 additions, 0 deletionssrc/unitgrade/utils.py
... | ... | @@ -9,11 +9,12 @@ xlwings |
colorama | ||
numpy | ||
scikit_learn | ||
codesnipper # For the docs. | ||
importnb # Experimental notebook inclusion feature. May not be required. | ||
requests # To read remote files for automatic updating. | ||
diskcache # dashboard | ||
watchdog # dashboard | ||
flask_socketio # dashboard | ||
flask # dashboard | ||
Werkzeug>=2.2.0 # dashboard | ||
pandas # For report extraction from remote sources. | ||
codesnipper # For the docs. | ||
importnb # Experimental notebook inclusion feature. May not be required. | ||
requests # To read remote files for automatic updating. | ||
diskcache # dashboard | ||
watchdog # dashboard | ||
flask_socketio # dashboard | ||
flask # dashboard | ||
Werkzeug>=2.2.0 # dashboard |
Please register or sign in to comment