Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Netbone
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
coregraphie
Netbone
Compare revisions
163c784fdf68f0dcb95179c1bba9add749cfc6fe to 10648bc82dc70bcb1c065a411eabebabbcf8d1eb
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
coregraphie/netbone
Select target project
No results found
10648bc82dc70bcb1c065a411eabebabbcf8d1eb
Select Git revision
Branches
dev
main
Swap
Target
coregraphie/netbone
Select target project
coregraphie/netbone
1 result
163c784fdf68f0dcb95179c1bba9add749cfc6fe
Select Git revision
Branches
dev
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Update setup.py
· 2568b49d
Jason Barbour
authored
1 year ago
2568b49d
Merge branch 'main' into 'main'
· 10648bc8
Ali Yassin
authored
1 year ago
Update setup.py See merge request
!2
10648bc8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+7
-7
7 additions, 7 deletions
setup.py
with
7 additions
and
7 deletions
setup.py
View file @
10648bc8
...
...
@@ -20,23 +20,23 @@ setup(
install_requires
=
[
"
Cython==0.29.32
"
,
"
igraph==0.10.2
"
,
"
jax==0.4.
1
; platform_system!=
'
Windows
'"
,
"
jaxlib==0.4.
1
; platform_system!=
'
Windows
'"
,
"
jax==0.4.
23
; platform_system!=
'
Windows
'"
,
"
jaxlib==0.4.
23
; platform_system!=
'
Windows
'"
,
"
networkx==2.8.8
"
,
"
numpy==1.2
3.3
"
,
"
numpy==1.2
6.4
"
,
"
opt-einsum==3.3.0
"
,
"
packaging==22.0
"
,
"
pandas==
1.5
.2
"
,
"
pandas==
2.2
.2
"
,
"
patsy==0.5.3
"
,
"
python-dateutil==2.8.2
"
,
"
pytz==2022.7
"
,
"
scipy==1.
9.3
"
,
"
scipy==1.
13.0
"
,
"
six==1.16.0
"
,
"
statsmodels==0.1
3.5
"
,
"
statsmodels==0.1
4.0
"
,
"
tabulate==0.8.9
"
,
"
texttable==1.6.7
"
,
"
python-louvain==0.16
"
,
"
matplotlib==3.6.0
"
,
"
seaborn==0.1
2.1
"
"
seaborn==0.1
3.2
"
],
)
This diff is collapsed.
Click to expand it.