Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
predtuner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
llvm
predtuner
Commits
d655b245
Commit
d655b245
authored
4 years ago
by
Yifan Zhao
Browse files
Options
Downloads
Patches
Plain Diff
Added requirement in setup.py
parent
65165faf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
env.yaml
+0
-19
0 additions, 19 deletions
env.yaml
setup.py
+13
-0
13 additions, 0 deletions
setup.py
with
13 additions
and
19 deletions
env.yaml
deleted
100644 → 0
+
0
−
19
View file @
65165faf
name
:
predtuner
channels
:
-
pytorch
-
defaults
dependencies
:
-
matplotlib=3.3.2
-
networkx=2.5
-
python=3.8.5
-
pytorch=1.7.0
-
torchvision=0.8.1
-
tqdm=4.50.2
-
pandas=1.1.3
-
pip=20.2.4
-
wheel=0.35.1
-
jsonpickle=1.5
-
pip
:
-
argparse
-
opentuner==0.8.3
# Must be 0.8.3, they fixed an important bug
-
sqlalchemy==1.3
This diff is collapsed.
Click to expand it.
setup.py
+
13
−
0
View file @
d655b245
...
...
@@ -13,4 +13,17 @@ setuptools.setup(
long_description_content_type
=
"
text/markdown
"
,
url
=
"
https://github.com/Evan-Zhao/predictive-tuner
"
,
packages
=
[
"
predtuner
"
],
install_requires
=
[
"
matplotlib>=3.3
"
,
"
networkx>=2.5
"
,
"
torch==1.7.1
"
,
"
torchvision==0.8.2
"
,
"
tqdm>=4.50
"
,
"
pandas>=1.1
"
,
"
jsonpickle>=1.5
"
,
"
argparse>=1.4
"
,
"
wheel
"
,
# Use wheel to build the following:
"
opentuner==0.8.3
"
,
# Must be 0.8.3, they fixed an important bug
"
sqlalchemy==1.3
"
]
)
This diff is collapsed.
Click to expand it.
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