-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
46 lines (43 loc) · 880 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = "1.23.5"
pandas = "1.5.2"
scikit-learn = "1.2.2"
matplotlib = "3.7.1"
tensorflow = "==2.12.0"
tensorflow-probability = "*"
tensorflow-addons = "*"
tensorboard = "*"
keras-applications = "*"
requests = "2.31.0"
tqdm = "4.66.1"
Pillow = "9.4.0"
astropy = "5.3.2"
astroquery = "*"
optuna = "*"
optuna-dashboard = "*"
optuna-integration = "*"
plotly = "*"
mw-plot = "*"
python-magic = "*"
splusdata = "*"
sciserver = {subdirectory = "py3", git = "https://github.com/sciserver/SciScript-Python.git/"}
wandb = "*"
zoobot = "==0.0.4"
pydot = "==1.4.2"
seaborn = "*"
faiss-cpu = "*"
pymilvus = "*"
[dev-packages]
jinja2 = "*"
docutils = "*"
furo = "*"
ipykernel = "*"
sphinx-copybutton = "*"
tensorboard-plugin-profile = "*"
sphinxcontrib-napoleon = "*"
[requires]
python_version = "3.10.0"