File: requirements-dev.txt

package info (click to toggle)
python-cmaes 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: python: 5,136; sh: 88; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# install_requires
numpy>=1.20.0

# for Safe CMA-ES
torch
gpytorch

# visualization
matplotlib
scipy

# Fuzzing
hypothesis
atheris

# lint
mypy
flake8
black