Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOHViewer
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Software Public
PASSOFT
SOHViewer
Merge requests
!333
Add constraint less than 2.0 for numpy's version while waiting for new obspy's release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add constraint less than 2.0 for numpy's version while waiting for new obspy's release
fix_numpy_to_1.26.4_while_waiting_for_new_release_of_obspy
into
develop
Overview
1
Commits
5
Pipelines
4
Changes
1
1 unresolved thread
Hide all comments
Merged
Lan Dam
requested to merge
fix_numpy_to_1.26.4_while_waiting_for_new_release_of_obspy
into
develop
8 months ago
Overview
1
Commits
5
Pipelines
4
Changes
1
1 unresolved thread
Hide all comments
Expand
closes
#289 (closed)
Edited
6 months ago
by
Lan Dam
👍
0
👎
0
Merge request reports
Compare
develop
version 3
398a7a60
8 months ago
version 2
fe47049a
8 months ago
version 1
79c0d498
8 months ago
develop (base)
and
version 1
latest version
c0733cde
5 commits,
8 months ago
version 3
398a7a60
3 commits,
8 months ago
version 2
fe47049a
2 commits,
8 months ago
version 1
79c0d498
1 commit,
8 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
setup.py
+
1
−
1
Options
@@ -32,7 +32,7 @@ setup(
],
},
install_requires
=
[
'
numpy
>
=1.2
3.0
'
,
'
numpy
=
=1.2
6.4
'
,
'
obspy>=1.3.0
'
,
'
PySide6>=6.5.2
'
,
'
matplotlib>=3.5.0
'
,
Loading