Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zolfa-nd2reader
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo ZOLFANELLI
zolfa-nd2reader
Commits
406e69ee
Commit
406e69ee
authored
4 years ago
by
Ruben Verweij
Committed by
Lorenzo ZOLFANELLI
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update dependencies
parent
a58d8d75
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
MANIFEST.in
+1
-1
1 addition, 1 deletion
MANIFEST.in
nd2reader/__init__.py
+1
-1
1 addition, 1 deletion
nd2reader/__init__.py
requirements.txt
+2
-2
2 additions, 2 deletions
requirements.txt
setup.py
+2
-1
2 additions, 1 deletion
setup.py
with
7 additions
and
6 deletions
.travis.yml
+
1
−
1
View file @
406e69ee
...
@@ -11,10 +11,10 @@ notifications:
...
@@ -11,10 +11,10 @@ notifications:
email
:
false
email
:
false
python
:
python
:
-
3.5
-
3.6
-
3.6
-
3.7
-
3.7
-
3.8
-
3.8
-
3.9
install
:
install
:
-
pip install --upgrade pip setuptools wheel
-
pip install --upgrade pip setuptools wheel
...
...
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
1
−
1
View file @
406e69ee
include MANIFEST.in
include MANIFEST.in
include VERSION
include setup.py
include setup.py
include setup.cfg
include README.md
include README.md
include LICENSE
include LICENSE
include COPYING
include COPYING
This diff is collapsed.
Click to expand it.
nd2reader/__init__.py
+
1
−
1
View file @
406e69ee
...
@@ -4,7 +4,7 @@ from nd2reader.legacy import Nd2
...
@@ -4,7 +4,7 @@ from nd2reader.legacy import Nd2
try
:
try
:
import
importlib.metadata
as
importlib_metadata
import
importlib.metadata
as
importlib_metadata
except
ModuleNotFoundError
:
except
:
import
importlib_metadata
import
importlib_metadata
try
:
try
:
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
2
−
2
View file @
406e69ee
numpy
>=1.
9.2
numpy
>=1.
14
six
>=1.4
six
>=1.4
xmltodict
>=0.9.2
xmltodict
>=0.9.2
pims
>=0.3.0
pims
>=0.3.0
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
1
View file @
406e69ee
...
@@ -7,11 +7,12 @@ if __name__ == '__main__':
...
@@ -7,11 +7,12 @@ if __name__ == '__main__':
name
=
'
nd2reader
'
,
name
=
'
nd2reader
'
,
packages
=
[
'
nd2reader
'
],
packages
=
[
'
nd2reader
'
],
install_requires
=
[
install_requires
=
[
'
numpy>=1.
6.2
'
,
'
numpy>=1.
14
'
,
'
six>=1.4
'
,
'
six>=1.4
'
,
'
xmltodict>=0.9.2
'
,
'
xmltodict>=0.9.2
'
,
'
pims>=0.3.0
'
'
pims>=0.3.0
'
],
],
python_requires
=
"
>=3.6
"
,
version
=
VERSION
,
version
=
VERSION
,
description
=
'
A tool for reading ND2 files produced by NIS Elements
'
,
description
=
'
A tool for reading ND2 files produced by NIS Elements
'
,
author
=
'
Ruben Verweij
'
,
author
=
'
Ruben Verweij
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment