Skip to content

DEPS: Pinning versions of some dependencies to speed up environment creation #24015

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 1, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@ channels:
- conda-forge
dependencies:
# required
- NumPy
- numpy=1.15
- python=3
- python-dateutil>=2.5.0
- pytz

# development
- Cython>=0.28.2
- cython>=0.28.2
- flake8
- flake8-comprehensions
- flake8-rst=0.4.2
- gitpython
- hypothesis>=3.58.0
- hypothesis=3.82
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you make these >= (for all)? does this solve things

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

meaning, does it affect the solving speed

- isort
- moto
- pytest>=3.6
- setuptools>=24.2.0
- pytest=4.0
- sphinx
- sphinxcontrib-spelling

Expand All @@ -28,23 +27,20 @@ dependencies:
- blosc
- bottleneck>=1.2.0
- fastparquet>=0.1.2
- gcsfs
- html5lib
- ipython>=5.6.0
- ipykernel
- jinja2
- lxml
- matplotlib>=2.0.0
- nbsphinx
- numexpr>=2.6.1
- numexpr=2.6.8
- openpyxl
- pyarrow>=0.7.0
- pymysql
- pytables>=3.4.2
- pytest-cov
- pytest-xdist
- s3fs
- scipy>=0.18.1
- scipy=1.1
- seaborn
- sqlalchemy
- statsmodels
Expand Down
16 changes: 6 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,39 +1,35 @@
NumPy
numpy==1.15
python-dateutil>=2.5.0
pytz
Cython>=0.28.2
cython>=0.28.2
flake8
flake8-comprehensions
flake8-rst==0.4.2
gitpython
hypothesis>=3.58.0
hypothesis==3.82
isort
moto
pytest>=3.6
setuptools>=24.2.0
pytest==4.0
sphinx
sphinxcontrib-spelling
beautifulsoup4>=4.2.1
blosc
bottleneck>=1.2.0
fastparquet>=0.1.2
gcsfs
html5lib
ipython>=5.6.0
ipykernel
jinja2
lxml
matplotlib>=2.0.0
nbsphinx
numexpr>=2.6.1
numexpr==2.6.8
openpyxl
pyarrow>=0.7.0
pymysql
tables>=3.4.2
pytest-cov
pytest-xdist
s3fs
scipy>=0.18.1
scipy==1.1
seaborn
sqlalchemy
statsmodels
Expand Down