Skip to content

Commit

Permalink
add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sprivite committed Jun 10, 2024
1 parent 7abdae3 commit 3f64d68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions environments/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ scikit-learn==1.2.1
scipy>=1.10.1
seaborn>=0.12.2
torch>=2.0.0
setuptools

# the two below are very particular: keep them set at a fixed version
ortools==9.9.3963
Expand Down
3 changes: 2 additions & 1 deletion environments/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ recommonmark
sphinx_rtd_theme
nbsphinx
black
mypy
mypy
setuptools
3 changes: 2 additions & 1 deletion environments/requirements_gpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,5 @@ urllib3==1.26.16
wcwidth==0.2.6
webcolors==1.13
webencodings==0.5.1
websocket-client==1.5.3
websocket-client==1.5.3
setuptools

0 comments on commit 3f64d68

Please sign in to comment.