Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ setup_venv: &setup_venv
. ~/crypten-test/bin/activate
pip3 install --upgrade pip
pip3 install onnx==1.7.0 tensorboard pandas
pip3 install sklearn --use-pep517
pip3 install scikit-learn --use-pep517
pip3 install torch>=1.7.0 torchvision>=0.8.1
pip3 install tensorflow
pip3 install tf2onnx
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pyyaml>=5.3.1
tensorboard
future
scipy>=1.6.0
sklearn
scikit-learn