Skip to content

[NO MRG] Test CI #952

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

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 commits
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
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies:
- pip
- pip:
- asciitree
- fasteners
- fasteners <0.17.2
- pytest
- setuptools_scm
2 changes: 1 addition & 1 deletion requirements_dev_minimal.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# library requirements
asciitree==0.3.3
fasteners==0.17.3
fasteners==0.17.2
numcodecs==0.9.1
msgpack-python==0.5.6
setuptools-scm==6.4.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
dependencies = [
'asciitree',
'numpy>=1.7',
'fasteners',
'fasteners<0.17.2',
'numcodecs>=0.6.4',
]

Expand Down
2 changes: 1 addition & 1 deletion windows_conda_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage
fasteners
fasteners <0.17.2
flake8
monotonic
msgpack-python
Expand Down