Skip to content

Commit

Permalink
deps: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Jul 13, 2023
1 parent ed72d78 commit 8da0f96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion requirements-optional.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
matplotlib
pandas
pyrevolve
pyrevolve
scipy
distributed
6 changes: 5 additions & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
pytest>=7.2,<8.0
pytest-runner
pytest-cov
codecov
codecov
flake8>=2.1.0
nbval
scipy
cloudpickle
4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
pip>=9.0.1
numpy>1.16
sympy>=1.9,<1.13
scipy
flake8>=2.1.0
nbval
cached-property
psutil>=5.1.0,<6.0
py-cpuinfo<10
Expand All @@ -12,4 +9,3 @@ codepy>=2019.1
click<9.0
multidict
anytree>=2.4.3,<=2.9.0
distributed<2023.8

0 comments on commit 8da0f96

Please sign in to comment.