Skip to content

Commit

Permalink
Updated package files
Browse files Browse the repository at this point in the history
  • Loading branch information
Domejko committed Apr 29, 2024
1 parent c9c2e01 commit 92e5236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
8 changes: 0 additions & 8 deletions requirements/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 2 additions & 22 deletions requirements/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,6 @@
{
"name": "torchgeo",
"description": "TorchGeo is a PyTorch domain library, similar to torchvision, providing datasets, samplers, transforms, and pre-trained models specific to geospatial data.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"private": "true",
"dependencies": {
"prettier": "^3.2.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/torchgeo.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/torchgeo/issues"
},
"homepage": "https://github.com/microsoft/torchgeo#readme"
}
}

0 comments on commit 92e5236

Please sign in to comment.