Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 84d5add

Browse files
committed
add deap>=1.3.3 that removes use_2to3 for py310
1 parent 4c48300 commit 84d5add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
install_requires=[
3636
'numpy>=1.6',
3737
'pandas>=0.18',
38-
'deap',
38+
'deap>=1.3.3',
3939
'efel>=2.13',
4040
'ipyparallel',
4141
'pickleshare>=0.7.3',

0 commit comments

Comments
 (0)