Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TetraX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Micromagnetic modeling
TetraX
Commits
973974a1
Commit
973974a1
authored
1 month ago
by
Kakay, Dr. Attila (FWIN) - 9524
Browse files
Options
Downloads
Patches
Plain Diff
Extended required packages in the setup.py.
parent
b25db9ce
No related branches found
No related tags found
1 merge request
!88
Release of 2.0.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+5
-1
5 additions, 1 deletion
setup.py
with
5 additions
and
1 deletion
setup.py
+
5
−
1
View file @
973974a1
...
...
@@ -8,7 +8,11 @@ from pathlib import Path
from
setuptools
import
Extension
,
dist
,
find_packages
,
setup
dist
.
Distribution
().
fetch_build_eggs
([
"
cython>=3.0.11
"
,
"
numpy>=2.1.3
"
])
dist
.
Distribution
().
fetch_build_eggs
([
"
cython>=3.0.11
"
,
"
numpy>=2.1.3
"
,
"
setuptools
"
,
"
wheel
"
,
])
import
numpy
as
np
from
Cython.Build
import
cythonize
...
...
This diff is collapsed.
Click to expand it.
Kakay, Dr. Attila (FWIN) - 9524
@kakay24
mentioned in commit
5490e038
·
1 month ago
mentioned in commit
5490e038
mentioned in commit 5490e038f5913f469cd0b233099fb8d81a9955e9
Toggle commit list
Koerber, Lukas (FWIN-C) - 108045
@koerbe45
mentioned in issue
#95 (closed)
·
1 month ago
mentioned in issue
#95 (closed)
mentioned in issue #95
Toggle commit list
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