Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou committed Dec 10, 2024
1 parent 258fe63 commit 293411f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .devcontainer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
# limitations under the License.
#
# Set up devcontainer

set -e
pip install -e .[dev]
pip install -r examples/requirements.txt
python --version
pip --version
pip list

pip install --no-deps --require-hashes -r requirements.txt
pip install --no-deps --no-index --no-build-isolation --editable .
pip list
2 changes: 1 addition & 1 deletion examples/requirements.txt → examples/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Requirements for the Concordia examples.
absl-py
docstring-parser
gdm-concordia
immutabledict
IPython
matplotlib
Expand Down

0 comments on commit 293411f

Please sign in to comment.