Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tomoscan
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
tomotools
tomoscan
Commits
a3e12841
Commit
a3e12841
authored
5 months ago
by
payno
Browse files
Options
Downloads
Patches
Plain Diff
setup.cfg: fix requirements for python 3.8
parent
4b41dfbf
No related branches found
No related tags found
1 merge request
!240
setup.cfg: fix requirements for python 3.8
Pipeline
#204047
failed
5 months ago
Stage: style
Stage: linting
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.cfg
+5
-3
5 additions, 3 deletions
setup.cfg
with
5 additions
and
3 deletions
setup.cfg
+
5
−
3
View file @
a3e12841
...
...
@@ -43,9 +43,11 @@ full =
glymur
imageio
tqdm
tifffile
[zarr]
>=2023.7.4
zarr
# the zarr extra requirement as been added on july 2024 only
fsspec
# the zarr extra requirement as been added on july 2024 only
tifffile
[zarr]
>=2023.7.4
; python_version >= '3.10'
# the zarr extra requirement as been added on july 2024 only and for python 3.10 or higher
tifffile
; python_version < '3.10'
zarr
; python_version < '3.10'
fsspec
; python_version < '3.10'
test
=
%(full)s
...
...
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