Skip to content

Commit

Permalink
version pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdanielamoitzi committed Jan 17, 2024
1 parent 71953f8 commit 663d174
Show file tree
Hide file tree
Showing 4 changed files with 19,287 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ node_modules/
/tests/**/*.map
*.css
package-lock.json
/yarn.lock
!yarn.lock
# yarn
.pnp.*
.yarn/*
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
"react-select-async-paginate": "^0.5.3",
"react-select-event": "^5.5.1",
"react-virtualized": "^9.22.3",
"tdp_core": "git+ssh://[email protected]:datavisyn/tdp_core#develop",
"visyn_scripts": "git+ssh://[email protected]/datavisyn/visyn_scripts#develop"
"visyn_scripts": "^7.0.1"
},
"resolutions": {
"@types/react": "~18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tdp_core@git+https://github.com/datavisyn/tdp_core.git@develop#egg=tdp_core
tdp_core>=23.1.0,<24.0.0
numpy==1.24.3
Loading

0 comments on commit 663d174

Please sign in to comment.