3v324v23 commited on
Commit
bbca9db
·
1 Parent(s): 2f011fe

new requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +44 -38
requirements.txt CHANGED
@@ -1,42 +1,44 @@
1
  absl-py==1.4.0
2
  aiohttp==3.8.4
3
  aiosignal==1.3.1
4
- altair==4.2.2
5
  antlr4-python3-runtime==4.9.3
6
  async-timeout==4.0.2
7
  attrs==23.1.0
8
  blinker==1.6.2
9
- cachetools==5.3.0
10
  certifi==2023.5.7
11
- charset-normalizer==3.1.0
12
- click==8.1.3
13
- contourpy==1.0.7
14
- -e git+https://github.com/SymposiumOrganization/SiNesymres.git@3bbb6f5b50c21a12cb950d8c0fd4f9aab8d25734#egg=ControllableNesymres&subdirectory=src
15
  cycler==0.11.0
16
  dataclass-dict-convert==1.7.1
17
  decorator==5.1.1
18
- entrypoints==0.4
19
- fonttools==4.39.4
20
- frozenlist==1.3.3
21
- fsspec==2023.5.0
22
  gitdb==4.0.10
23
- GitPython==3.1.31
24
- google-auth==2.18.1
25
  google-auth-oauthlib==1.0.0
26
- grpcio==1.54.2
27
- h5py==3.8.0
 
28
  hydra-core==1.2.0
29
  idna==3.4
30
- importlib-metadata==6.6.0
31
  Jinja2==3.1.2
32
- joblib==1.2.0
33
  jsons==1.6.3
34
- jsonschema==4.17.3
 
35
  kiwisolver==1.4.4
36
- lightning-utilities==0.8.0
37
  Markdown==3.4.3
38
- markdown-it-py==2.2.0
39
- MarkupSafe==2.1.2
40
  matplotlib==3.6.3
41
  mdurl==0.1.2
42
  mpmath==1.3.0
@@ -49,50 +51,54 @@ ordered-set==4.1.0
49
  packaging==23.1
50
  pandas==1.4.4
51
  Pillow==9.5.0
52
- protobuf==3.20.3
53
- pyarrow==12.0.0
 
54
  pyasn1==0.5.0
55
  pyasn1-modules==0.3.0
56
  pydeck==0.8.1b0
57
  Pygments==2.15.1
58
  Pympler==1.0.1
59
- pyparsing==3.0.9
60
- pyrsistent==0.19.3
61
  python-dateutil==2.8.2
62
  pytorch-lightning==1.9.5
63
  pytz==2023.3
 
64
  PyYAML==6.0
65
- requests==2.30.0
 
66
  requests-oauthlib==1.3.1
67
- rich==13.3.5
 
68
  rsa==4.9
69
- scikit-learn==1.2.2
70
  scipy==1.10.1
71
  seaborn==0.12.2
72
  six==1.16.0
73
  smmap==5.0.0
74
- streamlit==1.22.0
75
  stringcase==1.2.0
76
  sympy==1.11.1
77
  tenacity==8.2.2
78
  tensorboard==2.13.0
79
- tensorboard-data-server==0.7.0
80
- threadpoolctl==3.1.0
81
  timeout-decorator==0.5.0
82
  toml==0.10.2
83
  toolz==0.12.0
84
- torch==1.12.1+cu116
85
- torchaudio==0.12.1+cu116
86
  torchmetrics==0.11.4
87
- torchvision==0.13.1+cu116
88
  tornado==6.3.2
89
  tqdm==4.65.0
90
- typing-extensions==4.5.0
91
  typish==1.9.3
92
- tzlocal==5.0.1
93
- urllib3==1.26.15
 
94
  validators==0.20.0
95
  watchdog==3.0.0
96
- Werkzeug==2.3.4
97
  yarl==1.9.2
98
- zipp==3.15.0
 
1
  absl-py==1.4.0
2
  aiohttp==3.8.4
3
  aiosignal==1.3.1
4
+ altair==5.0.1
5
  antlr4-python3-runtime==4.9.3
6
  async-timeout==4.0.2
7
  attrs==23.1.0
8
  blinker==1.6.2
9
+ cachetools==5.3.1
10
  certifi==2023.5.7
11
+ charset-normalizer==3.2.0
12
+ click==8.1.5
13
+ contourpy==1.1.0
14
+ -e git+https://github.com/SymposiumOrganization/ControllableNeuralSymbolicRegression.git@694fe6ab09461c0872385c6fefd1ad3a7d3e7643#egg=ControllableNesymres&subdirectory=src
15
  cycler==0.11.0
16
  dataclass-dict-convert==1.7.1
17
  decorator==5.1.1
18
+ filelock==3.12.2
19
+ fonttools==4.41.0
20
+ frozenlist==1.4.0
21
+ fsspec==2023.6.0
22
  gitdb==4.0.10
23
+ GitPython==3.1.32
24
+ google-auth==2.22.0
25
  google-auth-oauthlib==1.0.0
26
+ grpcio==1.56.0
27
+ h5py==3.9.0
28
+ huggingface-hub==0.16.4
29
  hydra-core==1.2.0
30
  idna==3.4
31
+ importlib-metadata==6.8.0
32
  Jinja2==3.1.2
33
+ joblib==1.3.1
34
  jsons==1.6.3
35
+ jsonschema==4.18.3
36
+ jsonschema-specifications==2023.6.1
37
  kiwisolver==1.4.4
38
+ lightning-utilities==0.9.0
39
  Markdown==3.4.3
40
+ markdown-it-py==3.0.0
41
+ MarkupSafe==2.1.3
42
  matplotlib==3.6.3
43
  mdurl==0.1.2
44
  mpmath==1.3.0
 
51
  packaging==23.1
52
  pandas==1.4.4
53
  Pillow==9.5.0
54
+ pmlb==1.0.1.post3
55
+ protobuf==4.23.4
56
+ pyarrow==12.0.1
57
  pyasn1==0.5.0
58
  pyasn1-modules==0.3.0
59
  pydeck==0.8.1b0
60
  Pygments==2.15.1
61
  Pympler==1.0.1
62
+ pyparsing==3.1.0
 
63
  python-dateutil==2.8.2
64
  pytorch-lightning==1.9.5
65
  pytz==2023.3
66
+ pytz-deprecation-shim==0.1.0.post0
67
  PyYAML==6.0
68
+ referencing==0.29.1
69
+ requests==2.31.0
70
  requests-oauthlib==1.3.1
71
+ rich==13.4.2
72
+ rpds-py==0.8.10
73
  rsa==4.9
74
+ scikit-learn==1.3.0
75
  scipy==1.10.1
76
  seaborn==0.12.2
77
  six==1.16.0
78
  smmap==5.0.0
79
+ streamlit==1.24.1
80
  stringcase==1.2.0
81
  sympy==1.11.1
82
  tenacity==8.2.2
83
  tensorboard==2.13.0
84
+ tensorboard-data-server==0.7.1
85
+ threadpoolctl==3.2.0
86
  timeout-decorator==0.5.0
87
  toml==0.10.2
88
  toolz==0.12.0
89
+ torch==1.12.0+cpu
90
+ torchaudio==0.12.0+cpu
91
  torchmetrics==0.11.4
92
+ torchvision==0.13.0+cpu
93
  tornado==6.3.2
94
  tqdm==4.65.0
95
+ typing-extensions==4.7.1
96
  typish==1.9.3
97
+ tzdata==2023.3
98
+ tzlocal==4.3.1
99
+ urllib3==1.26.16
100
  validators==0.20.0
101
  watchdog==3.0.0
102
+ Werkzeug==2.3.6
103
  yarl==1.9.2
104
+ zipp==3.16.2