Skip to content

Commit

Permalink
Merge pull request #112 from jku-vds-lab/version_pinning
Browse files Browse the repository at this point in the history
chore: version pinning
  • Loading branch information
puehringer authored Jan 22, 2024
2 parents 65ccc84 + 049c368 commit 45249a8
Show file tree
Hide file tree
Showing 4 changed files with 22,472 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ yarn.lock
!.yarn/sdks
!.yarn/versions

yarn.lock
!yarn.lock

# pyenv
.python-version
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"react-router-dom": "^6.9.0",
"react-vega": "^7.6.0",
"redux": "^4.1.2",
"visyn_core": "git+ssh://[email protected]/datavisyn/visyn_core#develop",
"visyn_scripts": "git+ssh://[email protected]/datavisyn/visyn_scripts#develop",
"visyn_core": "^7.0.1",
"visyn_scripts": "^7.0.1",
"vsup": "^1.1.0",
"worker-loader": "^3.0.8"
},
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ hdbscan==0.8.33
opentsne==1.0.0
pandas-stubs==1.5.2.221213
pandas==1.5.3
visyn_core[all]@git+https://github.com/datavisyn/visyn_core.git@develop#egg=visyn_core
visyn_core[all]>=7.0.0,<8.0.0
umap-learn==0.5.3
scikit-learn==1.2.2
Loading

0 comments on commit 45249a8

Please sign in to comment.