Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

[Mephisto Upgrade] to 1.0.1, mephisto-task upgrade to 2.0.1 #4483

Merged
merged 2 commits into from Apr 29, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -161,7 +161,7 @@ commands:
command: |
cd ..
git clone git@github.com:facebookresearch/Mephisto.git Mephisto
cd Mephisto; git checkout v1.0.0 -b stable
cd Mephisto; git checkout v1.0.1 -b stable
pip install -r requirements.txt
python setup.py develop
# `echo` so that ENTER will be pressed at the prompt
Expand Down
2 changes: 1 addition & 1 deletion parlai/crowdsourcing/tasks/acute_eval/webapp/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "^3.0.0",
"mephisto-task": "^2.0.0",
"mephisto-task": "^2.0.1",
"react": "16.13.1",
"react-bootstrap": "^0.32.4",
"react-dom": "16.13.1",
Expand Down
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"bootstrap": "^4.3.1",
"bootstrap-chat": "^2.0.0",
"mephisto-task": "^2.0.0",
"mephisto-task": "^2.0.1",
"rc-slider": "^8.6.3",
"react": "16.13.1",
"react-bootstrap": "^0.32.4",
Expand Down
Expand Up @@ -11,7 +11,7 @@
"author": "",
"dependencies": {
"bootstrap": "^4.3.1",
"mephisto-task": "^2.0.0",
"mephisto-task": "^2.0.1",
"react": "16.13.1",
"react-bootstrap": "^0.32.4",
"react-dom": "16.13.1",
Expand Down