Skip to content

Commit 28294a4

Browse files
committed
simplify install
1 parent 663ccc7 commit 28294a4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,5 @@ dmypy.json
136136
runs/*
137137
docs/build/*
138138
docs/api/*
139-
docs/examples/*
139+
docs/examples/*
140+
site/*

Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ DOCDIR := ${CURDIR}/docs
3737
INDEX_HTML := file://${DOCDIR}/html/build/index.html
3838

3939
install-dev:
40-
$(PIP) install pufferlib
41-
$(PIP) install dacbench==0.3.0 torchvision ioh
42-
$(PIP) install -e ".[dev,carl,docs]"
40+
$(PIP) install -e ".[dev,carl,docs,pufferlib,dacbench]"
4341

4442
install:
4543
$(PIP) install -e ".[examples]"

0 commit comments

Comments
 (0)