Skip to content

Commit d4c8aea

Browse files
committed
need np for configspace
1 parent eafe368 commit d4c8aea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/gh-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install flake8 pytest pytest-cov
27+
pip install numpy
2728
pip install -e .[extras]
2829
- name: Lint with flake8
2930
run: |

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
],
8787
# package_dir={"": "src"},
8888
python_requires=">=3.6",
89-
install_requires=['gym<=0.14', 'dill', 'numpy'],
89+
install_requires=['gym<=0.14', 'dill'],
9090
extras_require={
9191
'extras': extras_require,
9292
'extras_disc': extras_require_disc,

0 commit comments

Comments
 (0)