Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
William Blum 55f8d00873
Upgrade pip packages and fix gym-related typing errors (#138)
* chore: Update dependencies and pyright fixes
- Remove trailing whitespace in notebook scripts
- Update dependencies: prompt-toolkit, pip, wheel, progressbar2
- Refactor CyberBattleEnv class to use np_random consistently
- Remove networkx from createstubs.sh
- Update dependencies: networkx, pytest, setuptools, pyright, plotly

---------

Co-authored-by: William Blum <william.blum@microsoft.com>
2024-08-06 01:23:24 -07:00
William Blum 31a39c103d
Fix bug where `time()` was referring to the wrong module and was returning the NULL time. #95 (#114)
Upgrade pyright

Co-authored-by: William Blum <william.blum@microsoft.com>
2023-10-13 16:37:21 -07:00
William Blum dc1b92e5e8
Fix python version to 3.9 #111 (#113)
Co-authored-by: William Blum <william.blum@microsoft.com>
2023-10-13 13:57:18 -07:00
William Blum 1591a1de14
Simplify setup with conda (#106)
Simplify setup with conda, address issue #104 and recurrent regressions caused by apt/python package changes

- Remove the custom bash script logic to install dependencies in favor of a single conda yaml file
- Docker build and CI yaml files updated to use the conda environment
- update Github Actions CI, and merge `push` and `pullrequest`  yamls for Github actions; remove ADO yaml
- fix jupyter root
- run_all.sh starts jupyter from the source root dir
- Add conda dependencies: ORCA, xvfb, plotly::plotly-orca==1.3.1, xorg-x11-server-xvfb-cos6-x86_64

---------

Co-authored-by: William Blum <william.blum@microsoft.com>
2023-08-30 15:49:53 -07:00