Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
Change-Id: I5ca9657f6fffe5ab6dac10741755216f6f18f382
  • Loading branch information
adrien-berchet committed Jan 14, 2021
1 parent fa9beab commit 74a66b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions requirements.pip
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ brainbuilder>=0.14
bluepyefe
bluepyopt
bluepymm
diameter_synthesis>=0.1.7
diameter_synthesis==0.1.7
gitpython
h5py<3
jinja2
joblib
luigi
Expand All @@ -15,14 +14,14 @@ morph_tool>=2.2.21
morph_validator
morphio
neuroc
neurom!=2.0.1.dev4
neurom!=2.0.1.dev4,!=1.7.0
pandas
placement_algorithm>=2.1.1
PyYAML
region_grower>=0.1.10
scipy
seaborn
tns>=2.2.7
tns>=2.2.7,<2.3
tmd
tqdm
voxcell>=2.7.3,<3
voxcell>=3
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
"bluepyefe",
"bluepyopt",
"bluepymm",
"diameter_synthesis>=0.1.7",
"diameter_synthesis==0.1.7",
"gitpython",
"h5py<3",
"jinja2",
"joblib",
"luigi",
Expand All @@ -30,17 +29,17 @@
"morph_validator",
"morphio",
"neuroc",
"neurom!=2.0.1.dev4",
"neurom!=2.0.1.dev4,!=1.7.0",
"pandas",
"placement_algorithm>=2.1.1",
"PyYAML",
"region_grower>=0.1.10",
"scipy",
"seaborn",
"tns>=2.2.7",
"tns>=2.2.7,<2.3",
"tmd",
"tqdm",
"voxcell>=2.7.3,<3",
"voxcell>=3",
]

doc_reqs = [
Expand Down

0 comments on commit 74a66b5

Please sign in to comment.