-
- Downloads
Updating with latest changes
Showing
- requirements.txt 2 additions, 2 deletionsrequirements.txt
- setup.py 2 additions, 2 deletionssetup.py
- src/unitgrade.egg-info/PKG-INFO 15 additions, 1 deletionsrc/unitgrade.egg-info/PKG-INFO
- src/unitgrade.egg-info/requires.txt 2 additions, 2 deletionssrc/unitgrade.egg-info/requires.txt
- src/unitgrade/evaluate.py 14 additions, 0 deletionssrc/unitgrade/evaluate.py
- src/unitgrade/framework.py 41 additions, 3 deletionssrc/unitgrade/framework.py
- src/unitgrade/utils.py 38 additions, 17 deletionssrc/unitgrade/utils.py
- src/unitgrade/version.py 1 addition, 1 deletionsrc/unitgrade/version.py
pandas | pandas | ||
coverage | coverage | ||
pyfiglet | |||
openpyxl | openpyxl | ||
tabulate | tabulate | ||
compress_pickle | compress_pickle | ||
... | @@ -17,4 +16,5 @@ diskcache # dashboard | ... | @@ -17,4 +16,5 @@ diskcache # dashboard |
watchdog # dashboard | watchdog # dashboard | ||
flask_socketio # dashboard | flask_socketio # dashboard | ||
flask # dashboard | flask # dashboard | ||
Werkzeug>=2.2.0 # dashboard | Werkzeug>=2.3.0 # dashboard. Bumping it one more bc. of other issue with Anaconda. | ||
pyfiglet<1.0.0 |
Please register or sign in to comment