Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
resolve
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
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
ift
resolve
Commits
edeca756
Commit
edeca756
authored
11 months ago
by
Jakob Roth
Browse files
Options
Downloads
Plain Diff
Merge branch 'old_numpy' into 'master'
Old numpy See merge request
!52
parents
f77f52e8
aaff41ef
No related branches found
No related tags found
1 merge request
!52
Old numpy
Pipeline
#210363
passed
11 months ago
Stage: build_docker
Stage: testing
Stage: release
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-2
0 additions, 2 deletions
.gitlab-ci.yml
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
2 additions
and
4 deletions
.gitlab-ci.yml
+
0
−
2
View file @
edeca756
...
...
@@ -35,8 +35,6 @@ build_docker_from_cache:
before_script
:
-
pip3 install --break-system-packages .[full]
-
git clone https://github.com/NIFTy-PPL/JAXbind.git
-
pip3 install --break-system-packages JAXbind/
test_resolve
:
stage
:
testing
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
edeca756
...
...
@@ -145,8 +145,8 @@ setup(
packages
=
find_packages
(
include
=
[
"
resolve
"
,
"
resolve.*
"
,
"
resolve_support
"
,
"
resolve_support.*
"
]),
zip_safe
=
True
,
dependency_links
=
[],
install_requires
=
[
"
ducc0>=0.23.0
"
,
"
numpy
"
,
"
nifty8>=8.0
"
],
extras_require
=
{
"
full
"
:
(
"
astropy
"
,
"
pytest
"
,
"
pytest-cov
"
,
"
mpi4py
"
,
"
python-casacore
"
,
"
h5py
"
,
"
matplotlib
"
,
"
jax
"
,
"
jaxlib
"
)},
install_requires
=
[
"
ducc0>=0.23.0
"
,
"
numpy
<=1.26.0
"
,
"
nifty8>=8.0
"
],
extras_require
=
{
"
full
"
:
(
"
astropy
"
,
"
pytest
"
,
"
pytest-cov
"
,
"
mpi4py
"
,
"
python-casacore
"
,
"
h5py
"
,
"
matplotlib
"
,
"
jax
"
,
"
jaxlib
"
,
"
jaxbind
"
)},
ext_modules
=
extensions
,
entry_points
=
{
"
console_scripts
"
:
[
...
...
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