Skip to content

Commit

Permalink
Merge cdc6619 into 5e61943
Browse files Browse the repository at this point in the history
  • Loading branch information
quantophred committed Jan 9, 2020
2 parents 5e61943 + cdc6619 commit f7f1b3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions etc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Incompatible with earlier PIP versions
pip>=7.1.0
# XXX: bcolz fails to install if this is not in the build_requires.
setuptools>18.0

# Logging
Logbook==0.12.5

Expand Down Expand Up @@ -55,7 +50,7 @@ networkx==1.9.1
numexpr==2.6.1

# On disk storage format for pipeline data.
bcolz==0.12.1
bcolz==1.2.1

# On disk storage format for pricing data.
h5py==2.7.1
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ def _filter_requirements(lines_iter, filter_names=None,


REQ_UPPER_BOUNDS = {
'bcolz': '<1',
'pandas': '<=0.22',
'networkx': '<2.0',
}
Expand Down

0 comments on commit f7f1b3e

Please sign in to comment.